feat(prometheus): thanos sidecar option added

!2 #1
This commit is contained in:
2023-09-28 00:15:40 +09:30
parent 9b12fcf5bc
commit ac812c2c7b
6 changed files with 106 additions and 2 deletions

View File

@ -0,0 +1,13 @@
{{ if .Values.nfc_monitoring.thanos.sidecar.enabled }}
---
apiVersion: v1
kind: Secret
metadata:
name: thanos-sidecar-config
namespace: monitoring
type: Opaque
stringData:
thanos.yaml: |-
{{ toYaml .Values.nfc_monitoring.thanos.sidecar.config | nindent 4 }}
{{ end }}