synapse db switch
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user