Update kk val

This commit is contained in:
dvirlabs 2026-03-13 05:20:30 +02:00
parent 57ba14fe87
commit 4d609d8992

View File

@ -15,12 +15,11 @@ auth:
proxy: edge
production: true
replicaCount: 1
persistence:
tls:
enabled: true
storageClass: nfs-client
size: 10Gi
autoGenerated: true
replicaCount: 1
service:
type: ClusterIP
@ -33,9 +32,11 @@ ingress:
ingressClassName: traefik
hostname: keycloak.dvirlabs.com
path: /
servicePort: https
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
traefik.ingress.kubernetes.io/service.serversscheme: https
tls: true
postgresql:
@ -48,8 +49,18 @@ postgresql:
storageClass: nfs-client
size: 8Gi
# Custom readiness probe for HTTPS mode
customReadinessProbe:
httpGet:
path: /realms/master
port: https
scheme: HTTPS
initialDelaySeconds: 30
periodSeconds: 10
timeoutSeconds: 1
failureThreshold: 3
successThreshold: 1
extraEnvVars:
- name: KEYCLOAK_LOGLEVEL
value: INFO
- name: KEYCLOAK_PRODUCTION
value: "true"