keycloak hostname

This commit is contained in:
Philip Haupt
2025-11-08 17:19:34 +01:00
parent 47fccb18a2
commit 0f8e3bf3c4
2 changed files with 4 additions and 4 deletions

View File

@@ -126,7 +126,7 @@ spec:
- /opt/keycloak/bin/kc.sh
- start
- --http-port=8080
- --hostname-strict=false
- --hostname https://iam.borninpain.de
env:
- name: KC_HTTP_RELATIVE_PATH
value: /auth
@@ -135,7 +135,7 @@ spec:
- name: KC_CACHE_STACK
value: jdbc-ping
- name: KC_PROXY_HEADERS
value: forwarded
value: xforwarded
- name: KC_HTTP_ENABLED
value: "true"
- name: KC_DB

View File

@@ -109,7 +109,7 @@ command:
- "/opt/keycloak/bin/kc.sh"
- "start"
- "--http-port=8080"
- "--hostname-strict=false"
- "--hostname https://iam.borninpain.de"
## Overrides the default args for the Keycloak container
args: []
@@ -426,7 +426,7 @@ cache:
proxy:
enabled: true
mode: forwarded
mode: xforwarded
http:
enabled: true