mirror of
https://github.com/bitnami/charts.git
synced 2026-03-10 15:07:49 +08:00
[bitnami/thanos] fixes thanos querier sdconfig mount as file, not as path (#3789)
This commit is contained in:
committed by
GitHub
parent
d78be82d8b
commit
840d880e5c
@@ -1,5 +1,5 @@
|
||||
apiVersion: v1
|
||||
version: 2.4.1
|
||||
version: 2.4.2
|
||||
appVersion: 0.15.0
|
||||
description: Thanos is a highly available metrics system that can be added on top of existing Prometheus deployments, providing a global query view across all Prometheus installations.
|
||||
engine: gotpl
|
||||
|
||||
@@ -116,6 +116,7 @@ spec:
|
||||
{{- if or (include "thanos.querier.createSDConfigmap" .) .Values.querier.existingSDConfigmap }}
|
||||
- name: sd-config
|
||||
mountPath: /conf/servicediscovery.yml
|
||||
subPath: servicediscovery.yml
|
||||
{{- end }}
|
||||
{{- if .Values.querier.grpcTLS.server.secure }}
|
||||
- name: tls-server
|
||||
|
||||
Reference in New Issue
Block a user