grafana persistence
This commit is contained in:
parent
7977f98752
commit
2f1deb0215
@ -714,7 +714,18 @@ grafana:
|
||||
enabled: true
|
||||
namespaceOverride: ""
|
||||
|
||||
# https://github.com/prometheus-community/helm-charts/issues/1969#issuecomment-1119567241
|
||||
# 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
|
||||
|
||||
# h%ttps://github.com/prometheus-community/helm-charts/issues/1969#issuecomment-1119567241
|
||||
grafana.ini:
|
||||
smtp:
|
||||
enabled: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user