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