Uncomment pod readinessProbe
Signed-off-by: Benedith Mulongo <benedith@sunet.se>
This commit is contained in:
parent
3bc39cafd9
commit
bf53cec3dd
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue