change(thanos): Add thanos endpoint of monitoring cluster

This commit is contained in:
Jim Martens 2024-02-04 12:37:39 +01:00
parent 15661eee3f
commit 0b48a5a0ab
Signed by: 2martens
GPG Key ID: 47393ABD1F96B7C8
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +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
{{- range .Values.clusters }}
- "--endpoint={{ .thanosEndpoint }}:{{ .thanosPort }}"
{{- end }}