mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-28 06:26:33 +10:00
[bitnami/thanos] Fix query receive service discovery (#5510)
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user