Update manifests/artemis/nextcloud/values.yaml
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user