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