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:
|
||||
enabled: true
|
||||
# old:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/postgresql
|
||||
|
@ -94,6 +95,17 @@ postgresql:
|
|||
persistence:
|
||||
enabled: true
|
||||
|
||||
# New:
|
||||
global:
|
||||
auth:
|
||||
username: nextcloud
|
||||
password: nextcloud
|
||||
database: nextcloud
|
||||
existingSecret: nextcloud-postgres
|
||||
primary:
|
||||
persistence:
|
||||
enabled: true
|
||||
|
||||
redis:
|
||||
enabled: false
|
||||
architecture: standalone
|
||||
|
|
Loading…
Reference in a new issue