mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
test
This commit is contained in:
parent
6629404949
commit
f49459f101
1 changed files with 6 additions and 11 deletions
|
|
@ -51,7 +51,12 @@ nextcloud:
|
|||
secretName: nextcloud-secret
|
||||
usernameKey: username
|
||||
passwordKey: password
|
||||
|
||||
|
||||
isecurityContext:
|
||||
runAsUser: 0
|
||||
fsGroup: 0
|
||||
runAsNonRoot: false
|
||||
|
||||
phpConfigs: {}
|
||||
|
||||
configs:
|
||||
|
|
@ -69,16 +74,6 @@ nextcloud:
|
|||
|
||||
postgresql:
|
||||
enabled: false
|
||||
global:
|
||||
postgresql:
|
||||
auth:
|
||||
username: nextcloud
|
||||
password: changeme
|
||||
database: nextcloud
|
||||
primary:
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClass: "nfs-storage"
|
||||
|
||||
defaultConfigs:
|
||||
.htaccess: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue