fix(thanos): Use shortened endpoint name

This commit is contained in:
Jim Martens 2024-04-24 20:25:44 +02:00
parent 3e6c9b786f
commit c0d8d66553
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-observability-prometheus-thanos-discovery.observability.svc.cluster.local:10901
- --endpoint=dnssrv+_grpc._tcp.prometheus-observability-p-thanos-discovery.observability.svc.cluster.local:10901
{{- range .Values.clusters }}
- "--endpoint={{ .thanosEndpoint }}:{{ .thanosPort }}"
{{- end }}