fix(thanos): Remove receive ingestor endpoint

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

View File

@ -47,7 +47,6 @@ 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.thanos-receive-ingestor-default.thanos.svc.cluster.local:10901
{{- range .Values.clusters }}
- "--endpoint={{ .thanosEndpoint }}:{{ .thanosPort }}"
{{- end }}