mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 13:01:21 +00:00
fix(nextcloud): postgres external
This commit is contained in:
parent
e02a33327f
commit
19ff908786
1 changed files with 1 additions and 22 deletions
|
@ -110,28 +110,7 @@ externalDatabase:
|
|||
usernameKey: postgresql-username
|
||||
|
||||
postgresql:
|
||||
enabled: true
|
||||
# old:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/postgresql
|
||||
tag: 11
|
||||
postgresqlDatabase: nextcloud
|
||||
postgresqlUsername: nextcloud
|
||||
existingSecret: nextcloud-postgres
|
||||
persistence:
|
||||
enabled: true
|
||||
|
||||
# New:
|
||||
global:
|
||||
auth:
|
||||
username: nextcloud
|
||||
password: nextcloud
|
||||
database: nextcloud
|
||||
existingSecret: nextcloud-postgres
|
||||
primary:
|
||||
persistence:
|
||||
enabled: true
|
||||
enabled: false
|
||||
|
||||
redis:
|
||||
enabled: false
|
||||
|
|
Loading…
Reference in a new issue