mirror of
https://github.com/nold360/hive-apps
synced 2024-12-23 06:01:18 +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
|
- name: kube-prometheus-crds
|
||||||
repoURL: https://github.com/prometheus-community/helm-charts.git
|
repoURL: https://github.com/prometheus-community/helm-charts.git
|
||||||
path: charts/kube-prometheus-stack/crds/
|
path: charts/kube-prometheus-stack/crds/
|
||||||
targetRevision: kube-prometheus-stack-40.0.2
|
targetRevision: kube-prometheus-stack-42.3.0
|
||||||
directory:
|
directory:
|
||||||
recurse: true
|
recurse: true
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
|
|
|
@ -658,6 +658,13 @@ grafana:
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
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
|
## ForceDeployDatasources Create datasource configmap even if grafana deployment has been disabled
|
||||||
##
|
##
|
||||||
|
|
Loading…
Reference in a new issue