33 lines
648 B
YAML
33 lines
648 B
YAML
nextcloud:
|
|
nextcloud:
|
|
credentials:
|
|
initialAdminUser: admin
|
|
initialAdminPassword: changeme
|
|
general:
|
|
default_phone_region: FR
|
|
clamav:
|
|
enabled: true
|
|
collabora:
|
|
enabled: true
|
|
username: admin
|
|
password: changeme
|
|
persistence:
|
|
html:
|
|
type: pvc
|
|
storageClass: linode-block-storage
|
|
size: 4Gi
|
|
config:
|
|
type: pvc
|
|
storageClass: linode-block-storage-retain
|
|
size: 100Mi
|
|
data:
|
|
type: pvc
|
|
storageClass: linode-block-storage-retain
|
|
size: 10Gi
|
|
cnpg:
|
|
main:
|
|
user: nextcloud
|
|
database: nextcloud
|
|
redis:
|
|
username: default
|