try to fix keycloak

This commit is contained in:
dvirlabs 2026-03-15 02:34:09 +02:00
parent 099f5a5e4f
commit fcc92098d3

View File

@ -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: ""