Uncomment pod readinessProbe

Signed-off-by: Benedith Mulongo <benedith@sunet.se>
This commit is contained in:
Benedith Mulongo 2025-01-30 14:42:50 +01:00
parent 3bc39cafd9
commit bf53cec3dd
Signed by: benedith
GPG key ID: 62D68B584B4B3EB3

View file

@ -42,10 +42,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