Skip to content

Commit

Permalink
Update keycloak-deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Feb 27, 2024
1 parent 5b31817 commit 58ee81d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/loculus/templates/keycloak-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ spec:
httpGet:
path: /health
port: 8080
initialDelaySeconds: 90
initialDelaySeconds: 60
periodSeconds: 10
readinessProbe:
httpGet:
path: /health/ready
port: 8080
initialDelaySeconds: 90
initialDelaySeconds: 60
periodSeconds: 10
volumes:
- name: config-volume
Expand Down

0 comments on commit 58ee81d

Please sign in to comment.