Update keycloak values
This commit is contained in:
parent
d0ae7760bc
commit
c6d81c3e22
@ -15,17 +15,16 @@ auth:
|
|||||||
production: true
|
production: true
|
||||||
proxyHeaders: xforwarded
|
proxyHeaders: xforwarded
|
||||||
|
|
||||||
|
replicaCount: 1
|
||||||
|
|
||||||
tls:
|
tls:
|
||||||
enabled: true
|
enabled: true
|
||||||
usePemCerts: true
|
usePemCerts: true
|
||||||
autoGenerated:
|
autoGenerated: false
|
||||||
enabled: false
|
|
||||||
existingSecret: keycloak-crt
|
existingSecret: keycloak-crt
|
||||||
certFilename: tls.crt
|
certFilename: tls.crt
|
||||||
certKeyFilename: tls.key
|
certKeyFilename: tls.key
|
||||||
|
|
||||||
replicaCount: 1
|
|
||||||
|
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
ports:
|
ports:
|
||||||
@ -49,6 +48,7 @@ postgresql:
|
|||||||
auth:
|
auth:
|
||||||
postgresPassword: keycloak-postgres
|
postgresPassword: keycloak-postgres
|
||||||
password: keycloakpassword
|
password: keycloakpassword
|
||||||
|
primary:
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
storageClass: nfs-client
|
storageClass: nfs-client
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user