Update keycloak to only start & comment readinessProbe

This commit is contained in:
Benedith Mulongo 2025-01-30 12:59:28 +01:00
parent 6b6c793632
commit 14c9b45c22
Signed by: benedith
GPG key ID: 62D68B584B4B3EB3

View file

@ -19,7 +19,7 @@ spec:
- name: keycloak
# image: quay.io/keycloak/keycloak:23.0.1
image: quay.io/keycloak/keycloak:26.1
args: [ "start", "--optimized" ]
args: [ "start" ]
env:
- name: KC_BOOTSTRAP_ADMIN_USERNAME
value: admin
@ -35,10 +35,10 @@ spec:
containerPort: 8080
- name: https
containerPort: 8443
readinessProbe:
httpGet:
path: /auth/realms/master
port: 8080
# readinessProbe:
# httpGet:
# path: /auth/realms/master
# port: 8080
volumeMounts:
- mountPath: /opt/keycloak/data/h2/
name: storage