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 containerPort: 8080
- name: https - name: https
containerPort: 8443 containerPort: 8443
# readinessProbe: readinessProbe:
# httpGet: httpGet:
# path: /auth/realms/master path: /auth/realms/master
# port: 8080 port: 8080
volumeMounts: volumeMounts:
- mountPath: /opt/keycloak/data/h2/ - mountPath: /opt/keycloak/data/h2/
name: storage name: storage