keycloak fixes

This commit is contained in:
Philip Haupt
2025-11-08 15:36:11 +01:00
parent f5024da2b5
commit 47fccb18a2
2 changed files with 40 additions and 4 deletions

View File

@@ -105,7 +105,11 @@ terminationGracePeriodSeconds: 60
clusterDomain: cluster.local
## Overrides the default entrypoint of the Keycloak container
command: []
command:
- "/opt/keycloak/bin/kc.sh"
- "start"
- "--http-port=8080"
- "--hostname-strict=false"
## Overrides the default args for the Keycloak container
args: []
@@ -379,7 +383,7 @@ route:
termination: edge
dbchecker:
enabled: false
enabled: true
image:
# Docker image used to check Database readiness at startup
repository: docker.io/busybox