Skip to content

Instantly share code, notes, and snippets.

@sayakpaul
Created July 11, 2021 06:54
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 sayakpaul/ac236733dbe3f0987bd5fabd65a0d519 to your computer and use it in GitHub Desktop.
Save sayakpaul/ac236733dbe3f0987bd5fabd65a0d519 to your computer and use it in GitHub Desktop.
livenessProbe:
httpGet:
path: /alive
port: 8080
initialDelaySeconds: 90
periodSeconds: 10
readinessProbe:
httpGet:
path: /ready
port: 8080
initialDelaySeconds: 90
periodSeconds: 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment