Skip to content

Instantly share code, notes, and snippets.

@fclesio
Created January 2, 2022 16:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fclesio/6a4c2817c5a5ab8a465d4eb157096f7e to your computer and use it in GitHub Desktop.
Save fclesio/6a4c2817c5a5ab8a465d4eb157096f7e to your computer and use it in GitHub Desktop.
readinessProbe:
exec:
command:
- python
- check_integrity.py
initialDelaySeconds: 60
periodSeconds: 900
timeoutSeconds: 10
successThreshold: 1
failureThreshold: 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment