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
|
||||
- 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
|
||||
|
|
Loading…
Add table
Reference in a new issue