fix(thanos): Use routable endpoint

This commit is contained in:
Jim Martens 2024-02-04 12:09:51 +01:00
parent 3f1534e594
commit f4b86f4e9d
Signed by: 2martens
GPG Key ID: 47393ABD1F96B7C8
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ spec:
- --endpoint=dnssrv+_grpc._tcp.thanos-store.thanos.svc.cluster.local:10901
- --endpoint=dnssrv+_grpc._tcp.thanos-receive-ingestor-default.thanos.svc.cluster.local:10901
{{- range .Values.clusters }}
- "--endpoint=_grpc._tcp.{{ .thanosEndpoint }}:{{ .thanosPort }}"
- "--endpoint={{ .thanosEndpoint }}:{{ .thanosPort }}"
{{- end }}
- --query.auto-downsampling
env: