[bitnami/thanos] Use GRPC extra hosts for thanos querier (#3837)

This commit is contained in:
Daniel Hobley
2020-10-02 12:49:20 +02:00
committed by GitHub
parent 1eb44366a7
commit 94b5825852
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
apiVersion: v1
version: 2.4.2
version: 2.4.3
appVersion: 0.15.0
description: Thanos is a highly available metrics system that can be added on top of existing Prometheus deployments, providing a global query view across all Prometheus installations.
engine: gotpl

View File

@@ -68,7 +68,7 @@ spec:
serviceName: {{ template "thanos.fullname" . }}-querier
servicePort: grpc
{{- end }}
{{- range .Values.querier.ingress.extraHosts }}
{{- range .Values.querier.ingress.grpc.extraHosts }}
- host: {{ .name }}
http:
paths: