try to fix keycloak
This commit is contained in:
parent
099f5a5e4f
commit
fcc92098d3
@ -20,7 +20,8 @@ replicaCount: 1
|
||||
tls:
|
||||
enabled: true
|
||||
usePemCerts: true
|
||||
autoGenerated: false
|
||||
autoGenerated:
|
||||
enabled: false
|
||||
existingSecret: keycloak-crt
|
||||
certFilename: tls.crt
|
||||
certKeyFilename: tls.key
|
||||
@ -53,7 +54,6 @@ postgresql:
|
||||
enabled: true
|
||||
storageClass: nfs-client
|
||||
size: 8Gi
|
||||
# Match the live StatefulSet's immutable PVC retention policy
|
||||
persistentVolumeClaimRetentionPolicy:
|
||||
enabled: true
|
||||
whenDeleted: Retain
|
||||
@ -72,4 +72,7 @@ customReadinessProbe:
|
||||
|
||||
extraEnvVars:
|
||||
- name: KEYCLOAK_LOGLEVEL
|
||||
value: INFO
|
||||
value: INFO
|
||||
|
||||
configuration: ""
|
||||
existingConfigmap: ""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user