keycloak db switch
This commit is contained in:
@@ -1257,7 +1257,7 @@ defaultInitContainers:
|
||||
## @param postgresql.architecture PostgreSQL architecture (`standalone` or `replication`)
|
||||
##
|
||||
postgresql:
|
||||
enabled: true
|
||||
enabled: false
|
||||
image:
|
||||
repository: bitnamilegacy/postgresql
|
||||
tag: 17.6.0-debian-12-r4
|
||||
@@ -1292,14 +1292,14 @@ postgresql:
|
||||
## @param externalDatabase.extraParams Additional JDBC connection parameters appended to the JDBC URL (KC_DB_URL).
|
||||
##
|
||||
externalDatabase:
|
||||
host: ""
|
||||
host: cnpg-keycloak-cluster-rw
|
||||
port: 5432
|
||||
user: bn_keycloak
|
||||
database: bitnami_keycloak
|
||||
database: keycloak
|
||||
schema: public
|
||||
password: ""
|
||||
existingSecret: ""
|
||||
existingSecretUserKey: ""
|
||||
existingSecretPasswordKey: ""
|
||||
existingSecret: cnpg-keycloak-cluster-app
|
||||
existingSecretUserKey: user
|
||||
existingSecretPasswordKey: password
|
||||
annotations: {}
|
||||
extraParams: ""
|
||||
|
||||
Reference in New Issue
Block a user