grafana persistence

This commit is contained in:
Dominik Chilla 2022-10-03 20:26:59 +02:00
parent 7977f98752
commit 2f1deb0215

View File

@ -713,8 +713,19 @@ alertmanager:
grafana: grafana:
enabled: true enabled: true
namespaceOverride: "" namespaceOverride: ""
# https://github.com/prometheus-community/helm-charts/issues/436#issuecomment-740664621
persistence:
enabled: true
type: pvc
storageClassName: %PVC_STORAGECLASS%
accessModes:
- ReadWriteOnce
size: %PVC_STORAGE_SIZE_GRAFANA%
finalizers:
- kubernetes.io/pvc-protection
# https://github.com/prometheus-community/helm-charts/issues/1969#issuecomment-1119567241 # h%ttps://github.com/prometheus-community/helm-charts/issues/1969#issuecomment-1119567241
grafana.ini: grafana.ini:
smtp: smtp:
enabled: true enabled: true