mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 07:50:29 -05:00
test
This commit is contained in:
parent
7d70a83ff7
commit
e41fcc4f85
1 changed files with 9 additions and 14 deletions
|
|
@ -96,23 +96,18 @@ nextcloud:
|
||||||
externalDatabase:
|
externalDatabase:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
mariadb:
|
postgresql:
|
||||||
db:
|
|
||||||
name: nextcloud
|
|
||||||
password: db-password
|
|
||||||
user: nextcloud
|
|
||||||
enabled: true
|
enabled: true
|
||||||
master:
|
global:
|
||||||
|
postgresql:
|
||||||
|
auth:
|
||||||
|
username: nextcloud
|
||||||
|
password: changeme
|
||||||
|
database: nextcloud
|
||||||
|
primary:
|
||||||
persistence:
|
persistence:
|
||||||
accessMode: ReadWriteOnce
|
|
||||||
enabled: true
|
enabled: true
|
||||||
storageClass: "longhorn"
|
storageClass: "longhorn"
|
||||||
size: 8Gi
|
|
||||||
replication:
|
|
||||||
enabled: false
|
|
||||||
rootUser:
|
|
||||||
password: root-db-password
|
|
||||||
forcePassword: true
|
|
||||||
|
|
||||||
defaultConfigs:
|
defaultConfigs:
|
||||||
.htaccess: true
|
.htaccess: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue