diff --git a/charts/values.yaml b/charts/values.yaml index 996e923..562d85b 100644 --- a/charts/values.yaml +++ b/charts/values.yaml @@ -42,7 +42,7 @@ persistence: enabled: true accessModes: - ReadWriteOnce - storageClassName: "proxmox-csi" + storageClassName: "csi-rbd-ssdpool-sc" size: 19Gi # This is to setup the liveness and readiness probes more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/