mirror of
https://github.com/bitnami/charts.git
synced 2026-03-12 06:47:32 +08:00
[bitnami/thanos] Use GRPC extra hosts for thanos querier (#3837)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user