Skip to content

Commit

Permalink
DBC22-2246: Update liveness probe (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
wmuldergov authored May 27, 2024
1 parent fff0963 commit fbf47d8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions infrastructure/_tasks/templates/tasks-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,14 @@ spec:
livenessProbe:
exec:
command:
- python manage.py huey_health_check
initialDelaySeconds: 30
- /bin/bash
- '-c'
- python manage.py huey_health_check
initialDelaySeconds: 60
timeoutSeconds: 5
periodSeconds: 60
successThreshold: 1
failureThreshold: 3
securityContext:
seccompProfile:
type: RuntimeDefault
Expand Down

0 comments on commit fbf47d8

Please sign in to comment.