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: persistence:
# Nextcloud Data (/var/www/html) # Nextcloud Data (/var/www/html)
enabled: false enabled: true
annotations: {} annotations: {}
labels: {} labels: {}
## nextcloud data Persistent Volume Storage Class ## nextcloud data Persistent Volume Storage Class
@@ -684,7 +684,7 @@ persistence:
## set, choosing the default provisioner. (gp2 on AWS, standard on ## set, choosing the default provisioner. (gp2 on AWS, standard on
## GKE, AWS & OpenStack) ## GKE, AWS & OpenStack)
## ##
# storageClass: "-" storageClass: "local-path"
## A manually managed Persistent Volume and Claim ## A manually managed Persistent Volume and Claim
## Requires persistence.enabled: true ## Requires persistence.enabled: true
@@ -692,7 +692,7 @@ persistence:
# existingClaim: # existingClaim:
accessMode: ReadWriteOnce accessMode: ReadWriteOnce
size: 8Gi size: 50Gi
## Use an additional pvc for the data directory rather than a subpath of the default PVC ## 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) ## Useful to store data on a different storageClass (e.g. on slower disks)