From ff7abd1b9a9ab1a6f55666da323b083249fb0a9a Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Wed, 7 Feb 2024 17:18:30 -0500 Subject: [PATCH] nextcloud --- nextcloud/helmrelease-nextcloud.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nextcloud/helmrelease-nextcloud.yaml b/nextcloud/helmrelease-nextcloud.yaml index bf4a603..aff9dc8 100644 --- a/nextcloud/helmrelease-nextcloud.yaml +++ b/nextcloud/helmrelease-nextcloud.yaml @@ -392,7 +392,7 @@ spec: ## set, choosing the default provisioner. (gp2 on AWS, standard on ## GKE, AWS & OpenStack) ## - storageClass: longhorn + storageClass: nfs-client ## A manually managed Persistent Volume and Claim ## Requires persistence.enabled: true @@ -400,12 +400,12 @@ spec: # existingClaim: accessMode: ReadWriteOnce - size: 8Gi + size: 1Ti ## 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) nextcloudData: - enabled: true + enabled: false subPath: annotations: {} storageClass: nfs-client