Update keycloak to only start & comment readinessProbe
This commit is contained in:
parent
6b6c793632
commit
14c9b45c22
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue