From 2fdf83105736ac971bfcf22ffc503d86f4360e09 Mon Sep 17 00:00:00 2001 From: Philip Haupt <“der.mad.mob@gmail.com”> Date: Sat, 8 Nov 2025 17:43:38 +0100 Subject: [PATCH] next fix --- keycloak/main.yaml | 8 ++++---- keycloak/src/values.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/keycloak/main.yaml b/keycloak/main.yaml index 5c333c3..ec6864f 100644 --- a/keycloak/main.yaml +++ b/keycloak/main.yaml @@ -129,7 +129,7 @@ spec: - --hostname=https://iam.borninpain.de env: - name: KC_HTTP_RELATIVE_PATH - value: /auth + value: / - name: KC_CACHE value: ispn - name: KC_CACHE_STACK @@ -162,7 +162,7 @@ spec: imagePullPolicy: IfNotPresent livenessProbe: httpGet: - path: /auth/health/live + path: /health/live port: http-internal scheme: HTTP initialDelaySeconds: 0 @@ -180,7 +180,7 @@ spec: protocol: TCP readinessProbe: httpGet: - path: /auth/health/ready + path: /health/ready port: http-internal scheme: HTTP initialDelaySeconds: 10 @@ -192,7 +192,7 @@ spec: startupProbe: failureThreshold: 60 httpGet: - path: /auth/health + path: /health port: http-internal scheme: HTTP initialDelaySeconds: 15 diff --git a/keycloak/src/values.yaml b/keycloak/src/values.yaml index 0dc1e5f..5af6b3a 100644 --- a/keycloak/src/values.yaml +++ b/keycloak/src/values.yaml @@ -438,7 +438,7 @@ health: http: # For backwards compatibility reasons we set this to the value used by previous Keycloak versions. - relativePath: "/auth" + relativePath: "/" internalPort: http-internal internalScheme: HTTP