[bitnami/thanos] Fix query receive service discovery (#5510)

This commit is contained in:
Guilherme Souza
2021-02-18 09:42:46 +01:00
committed by GitHub
parent b1f12dfce3
commit 3fe68649e1
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -28,4 +28,4 @@ name: thanos
sources:
- https://github.com/bitnami/bitnami-docker-thanos
- https://thanos.io
version: 3.11.0
version: 3.11.1
@@ -88,9 +88,6 @@ spec:
{{- if and .Values.receive.enabled $query.dnsDiscovery.enabled }}
- --store=dnssrv+_grpc._tcp.{{ include "common.names.fullname" . }}-receive{{ if .Values.receive.service.additionalHeadless }}-headless{{ end }}.{{ .Release.Namespace }}.svc.{{ .Values.clusterDomain }}
{{- end }}
{{- if and .Values.receive.enabled $query.dnsDiscovery.enabled }}
- --store=dnssrv+_grpc._tcp.{{ include "common.names.fullname" . }}-receive.{{ .Release.Namespace }}.svc.{{ .Values.clusterDomain }}
{{- end }}
{{- range $query.stores }}
- --store={{ . }}
{{- end }}