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