mirror of
https://github.com/nold360/hive-apps
synced 2024-11-19 03:59:31 +00:00
Fix(nextcloud): Postgresql?!
This commit is contained in:
parent
e910663d2e
commit
f25cc235e4
1 changed files with 12 additions and 0 deletions
|
@ -84,6 +84,7 @@ externalDatabase:
|
||||||
|
|
||||||
postgresql:
|
postgresql:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
# old:
|
||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/postgresql
|
repository: bitnami/postgresql
|
||||||
|
@ -94,6 +95,17 @@ postgresql:
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
|
# New:
|
||||||
|
global:
|
||||||
|
auth:
|
||||||
|
username: nextcloud
|
||||||
|
password: nextcloud
|
||||||
|
database: nextcloud
|
||||||
|
existingSecret: nextcloud-postgres
|
||||||
|
primary:
|
||||||
|
persistence:
|
||||||
|
enabled: true
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
enabled: false
|
enabled: false
|
||||||
architecture: standalone
|
architecture: standalone
|
||||||
|
|
Loading…
Reference in a new issue