keycloak fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user