infra/manifests/keycloak/values.yaml
2026-03-13 05:20:30 +02:00

66 lines
1.2 KiB
YAML

global:
security:
allowInsecureImages: true
image:
registry: public.ecr.aws
repository: bitnami/keycloak
tag: 26.5.5-debian-12-r0
digest: ""
auth:
adminUser: admin
adminPassword: adminpassword
proxy: edge
production: true
tls:
enabled: true
autoGenerated: true
replicaCount: 1
service:
type: ClusterIP
ports:
http: 8080
https: 8443
ingress:
enabled: true
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:
enabled: true
auth:
postgresPassword: keycloak-postgres
password: keycloakpassword
persistence:
enabled: true
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