Skip to content
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.

Commit

Permalink
fix nextcloud upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Pumba98 committed Apr 15, 2022
1 parent 6cbb808 commit 04a75d7
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions cluster/apps/selfhosted/nextcloud/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,17 @@ spec:

postgresql:
enabled: true
postgresqlUsername: nextcloud
postgresqlPassword: ${SECRET_NEXTCLOUD_DB_PASSWORD}
postgresqlDatabase: nextcloud
persistence:
enabled: true
existingClaim: nextcloud-postgresql
image:
repository: bitnami/postgresql
tag: 11.15.0-debian-10-r28
auth:
username: nextcloud
password: ${SECRET_NEXTCLOUD_DB_PASSWORD}
database: nextcloud
primary:
persistence:
enabled: true
existingClaim: nextcloud-postgresql
metrics:
enabled: true
serviceMonitor:
Expand Down

0 comments on commit 04a75d7

Please sign in to comment.