Update manifests/artemis/nextcloud/values.yaml

This commit is contained in:
2025-11-02 18:32:39 +00:00
parent f735ec9b22
commit 5e7c1acbef

View File

@@ -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)