This commit is contained in:
Philip Haupt
2025-11-08 17:21:41 +01:00
parent 0f8e3bf3c4
commit f792354e79
2 changed files with 2 additions and 2 deletions

View File

@@ -126,7 +126,7 @@ spec:
- /opt/keycloak/bin/kc.sh - /opt/keycloak/bin/kc.sh
- start - start
- --http-port=8080 - --http-port=8080
- --hostname https://iam.borninpain.de - --hostname=https://iam.borninpain.de
env: env:
- name: KC_HTTP_RELATIVE_PATH - name: KC_HTTP_RELATIVE_PATH
value: /auth value: /auth

View File

@@ -109,7 +109,7 @@ command:
- "/opt/keycloak/bin/kc.sh" - "/opt/keycloak/bin/kc.sh"
- "start" - "start"
- "--http-port=8080" - "--http-port=8080"
- "--hostname https://iam.borninpain.de" - "--hostname=https://iam.borninpain.de"
## Overrides the default args for the Keycloak container ## Overrides the default args for the Keycloak container
args: [] args: []