mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 13:09:53 +00:00
nextcloud
This commit is contained in:
@@ -392,7 +392,7 @@ spec:
|
|||||||
## 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: longhorn
|
storageClass: nfs-client
|
||||||
|
|
||||||
## A manually managed Persistent Volume and Claim
|
## A manually managed Persistent Volume and Claim
|
||||||
## Requires persistence.enabled: true
|
## Requires persistence.enabled: true
|
||||||
@@ -400,12 +400,12 @@ spec:
|
|||||||
# existingClaim:
|
# existingClaim:
|
||||||
|
|
||||||
accessMode: ReadWriteOnce
|
accessMode: ReadWriteOnce
|
||||||
size: 8Gi
|
size: 1Ti
|
||||||
|
|
||||||
## 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)
|
||||||
nextcloudData:
|
nextcloudData:
|
||||||
enabled: true
|
enabled: false
|
||||||
subPath:
|
subPath:
|
||||||
annotations: {}
|
annotations: {}
|
||||||
storageClass: nfs-client
|
storageClass: nfs-client
|
||||||
|
|||||||
Reference in New Issue
Block a user