synapse db switch

This commit is contained in:
Philip Haupt
2025-10-12 23:59:29 +02:00
parent 1aa0e00c08
commit a8c9086175
2 changed files with 11 additions and 224 deletions

View File

@@ -782,7 +782,7 @@ wellknown:
## enabled to false and configure the externalPostgresql block.
##
postgresql:
enabled: true
enabled: false
image:
repository: bitnamilegacy/postgresql
tag: 15.9.0-debian-12-r0
@@ -815,16 +815,16 @@ postgresql:
## that the database needs to have both COLLATE and CTYPE set to "C".
##
externalPostgresql:
# host: postgres
host: cnpg-synapse-cluster-rw
port: 5432
username: synapse
# password: synapse
## The name of an existing secret with postgresql credentials
# existingSecret: postgres-secrets
existingSecret: cnpg-synapse-cluster-app
## Password key to be retrieved from existing secret
# existingSecretPasswordKey: postgres-password
existingSecretPasswordKey: password
database: synapse
# sslmode: prefer