fix(thanos): Use updated thanos discovery endpoint

This commit is contained in:
Jim Martens 2024-04-24 20:24:16 +02:00
parent 6e600acb90
commit 3e6c9b786f
Signed by: 2martens
GPG Key ID: 47393ABD1F96B7C8
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ spec:
- --query.replica-label=prometheus_replica
- --query.replica-label=rule_replica
- --endpoint=dnssrv+_grpc._tcp.thanos-store.thanos.svc.cluster.local:10901
- --endpoint=dnssrv+_grpc._tcp.prometheus-kube-prometheus-thanos-discovery.observability.svc.cluster.local:10901
- --endpoint=dnssrv+_grpc._tcp.prometheus-observability-prometheus-thanos-discovery.observability.svc.cluster.local:10901
{{- range .Values.clusters }}
- "--endpoint={{ .thanosEndpoint }}:{{ .thanosPort }}"
{{- end }}