mirror of
https://github.com/nold360/hive-apps
synced 2024-11-18 03:29:29 +00:00
feat(grafana): persistance
This commit is contained in:
parent
957c4a53d4
commit
5e602fae47
2 changed files with 8 additions and 1 deletions
|
@ -15,7 +15,7 @@ apps:
|
|||
- name: kube-prometheus-crds
|
||||
repoURL: https://github.com/prometheus-community/helm-charts.git
|
||||
path: charts/kube-prometheus-stack/crds/
|
||||
targetRevision: kube-prometheus-stack-40.0.2
|
||||
targetRevision: kube-prometheus-stack-42.3.0
|
||||
directory:
|
||||
recurse: true
|
||||
syncPolicy:
|
||||
|
|
|
@ -658,6 +658,13 @@ grafana:
|
|||
|
||||
persistence:
|
||||
enabled: true
|
||||
type: pvc
|
||||
storageClassName: default
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
size: 4Gi
|
||||
finalizers:
|
||||
- kubernetes.io/pvc-protection
|
||||
|
||||
## ForceDeployDatasources Create datasource configmap even if grafana deployment has been disabled
|
||||
##
|
||||
|
|
Loading…
Reference in a new issue