From 5e7c1acbefc0fa7a46b40e6fc846206ac8f11fa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Groothuis?= Date: Sun, 2 Nov 2025 18:32:39 +0000 Subject: [PATCH] Update manifests/artemis/nextcloud/values.yaml --- manifests/artemis/nextcloud/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/artemis/nextcloud/values.yaml b/manifests/artemis/nextcloud/values.yaml index 02f2e19..55a6720 100644 --- a/manifests/artemis/nextcloud/values.yaml +++ b/manifests/artemis/nextcloud/values.yaml @@ -674,7 +674,7 @@ service: ## persistence: # Nextcloud Data (/var/www/html) - enabled: false + enabled: true annotations: {} labels: {} ## nextcloud data Persistent Volume Storage Class @@ -684,7 +684,7 @@ persistence: ## set, choosing the default provisioner. (gp2 on AWS, standard on ## GKE, AWS & OpenStack) ## - # storageClass: "-" + storageClass: "local-path" ## A manually managed Persistent Volume and Claim ## Requires persistence.enabled: true @@ -692,7 +692,7 @@ persistence: # existingClaim: accessMode: ReadWriteOnce - size: 8Gi + size: 50Gi ## Use an additional pvc for the data directory rather than a subpath of the default PVC ## Useful to store data on a different storageClass (e.g. on slower disks)