From fd04e1689ec37e43794ff004a2f3d118458c5127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Ahlers?= Date: Mon, 10 Mar 2025 14:44:28 +0100 Subject: [PATCH] remove longhorn --- values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/values.yaml b/values.yaml index d95af97..79dc164 100644 --- a/values.yaml +++ b/values.yaml @@ -65,7 +65,7 @@ mariadb: username: librebooking # MariaDB custom user password password: test - storageClass: longhorn + storageClass: null size: 10Gi ## Use an externally provisioned database instance @@ -170,7 +170,7 @@ persistence: # Enable persistence with PVC. If false, uses emptyDir instead. enabled: true config: - storageClassName: longhorn + storageClassName: null accessModes: - ReadWriteOnce size: 1Gi @@ -181,7 +181,7 @@ persistence: subPath: "" existingClaim: null uploads: - storageClassName: longhorn + storageClassName: null accessModes: - ReadWriteOnce size: 10Gi