(feat) Update Apps to use common-postgresql hooks (#1114)

* (feat) bump common to use new common postgresql-hooks

* bump postgresql as well

* bump yet again

* also process gitea

* sogo

* also add adaptations to gitea

* bump postgresql

* bump postgresql yet again

* revert central defined existing secret

* bump common... again

* bumps

* fix vaultwarden

* encode authelia dbpassword secret correctly

* remove useless container from nextcloud config

* some cleanup

* use lookup to grab the secret for authelia

* try getting authelia to work

* Fix quoting issues for autheliadb
This commit is contained in:
Kjeld Schouten-Lebbing
2021-10-10 01:20:01 +02:00
committed by GitHub
parent f7c36eb2fc
commit 3cd8efc2b6
23 changed files with 37 additions and 100 deletions
+2 -5
View File
@@ -14,10 +14,6 @@ podSecurityContext:
runAsGroup: 0
fsGroup: 33
postgresqlImage:
repository: bitnami/postgresql
pullPolicy: IfNotPresent
tag: 13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a
service:
main:
ports:
@@ -51,7 +47,7 @@ envValueFrom:
POSTGRES_HOST:
secretKeyRef:
name: dbcreds
key: host
key: plainporthost
REDIS_HOST:
secretKeyRef:
name: rediscreds
@@ -150,6 +146,7 @@ cronjob:
# Enabled postgres
postgresql:
enabled: true
existingSecret: "dbcreds"
postgresqlUsername: nextcloud
postgresqlDatabase: nextcloud