Added nextcloud truecharts
This commit is contained in:
32
nextcloud-truechart/values.yaml
Normal file
32
nextcloud-truechart/values.yaml
Normal file
@@ -0,0 +1,32 @@
|
||||
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
|
||||
Reference in New Issue
Block a user