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