migrate nextcloud to truecharts postgresql app (#761)

This commit is contained in:
Kjeld Schouten-Lebbing
2021-08-12 14:55:05 +02:00
committed by GitHub
parent 28fc184a88
commit 516938f179
4 changed files with 4 additions and 104 deletions
+1 -13
View File
@@ -59,14 +59,6 @@ persistence:
accessMode: ReadWriteOnce
size: "100Gi"
db:
noMount: true
forceName: "db"
enabled: true
type: pvc
accessMode: ReadWriteOnce
size: "100Gi"
redismaster:
noMount: true
forceName: "redismaster"
@@ -194,15 +186,11 @@ cronjob:
# Enabled postgres
# ... for more options see https://github.com/bitnami/charts/tree/master/bitnami/postgresql
postgresql:
volumePermissions:
enabled: true
enabled: true
postgresqlUsername: nextcloud
postgresqlDatabase: nextcloud
existingSecret: dbcreds
persistence:
enabled: false
existingClaim: db
# Enabled redis
# ... for more options see https://github.com/bitnami/charts/tree/master/bitnami/redis