about summary refs log tree commit diff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/grafana/values.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/grafana/values.yaml b/tools/grafana/values.yaml
index 89e53fa..2e19714 100644
--- a/tools/grafana/values.yaml
+++ b/tools/grafana/values.yaml
@@ -23,6 +23,14 @@ grafana:
       - hosts:
           - grafana.topkek.cloud
         secretName: grafana-tls
+  persistence:
+    enabled: true
+    type: pvc
+    accessModes:
+      - ReadWriteOnce
+    size: 10Gi
+    finalizers:
+      - kubernetes.io/pvc-protection
   datasources:
     datasources.yaml:
       apiVersion: 1