Skip to content

Commit

Permalink
give keycloak longer
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Feb 27, 2024
1 parent b90f042 commit f9fd71c
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: 60
initialDelaySeconds: 90
periodSeconds: 10
readinessProbe:
httpGet:
path: /health/ready
port: 8080
initialDelaySeconds: 60
initialDelaySeconds: 90
periodSeconds: 10
volumes:
- name: config-volume
Expand Down

0 comments on commit f9fd71c

Please sign in to comment.