This commit is contained in:
Philip Haupt
2025-11-08 17:43:38 +01:00
parent f792354e79
commit 2fdf831057
2 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -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