Skip to content

Commit

Permalink
Startup probe keycloak
Browse files Browse the repository at this point in the history
  • Loading branch information
pehala authored and Filip Cap committed Jul 10, 2024
1 parent 8d7e172 commit 002b770
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions base/keycloak-deployment/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ spec:
image: quay.io/keycloak/keycloak:24.0
args:
- start-dev
- --health-enabled=true
startupProbe:
httpGet:
path: /health/ready
port: auth
initialDelaySeconds: 3
failureThreshold: 30
periodSeconds: 5
env:
- name: KEYCLOAK_ADMIN
valueFrom:
Expand Down

0 comments on commit 002b770

Please sign in to comment.