change(nextcloud): use cnpg db

This commit is contained in:
nold 2022-12-11 11:10:54 +01:00
parent 6f0fff0ca0
commit e02a33327f
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ config:
groups:
- internet
rules:
- allow-cnpg-nextcloud
- allow-minio
labels:
environment: external

View file

@ -102,7 +102,7 @@ internalDatabase:
externalDatabase:
enabled: true
type: postgresql
host: nextcloud-postgresql.nextcloud.svc.cluster.local
host: nextcloud-db-rw.nextcloud.svc.cluster.local
existingSecret:
enabled: true
secretName: nextcloud-postgres