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