Skip to content

Instantly share code, notes, and snippets.

@wayneashleyberry
Created August 6, 2018 10:54
Show Gist options
  • Save wayneashleyberry/a75a66de58b2beb70eae8ed0e29f61f3 to your computer and use it in GitHub Desktop.
Save wayneashleyberry/a75a66de58b2beb70eae8ed0e29f61f3 to your computer and use it in GitHub Desktop.
Probes for a Kubernetes deployment configuration
livenessProbe:
exec:
command:
- cat
- /tmp/live
readinessProbe:
httpGet:
path: /health
port: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment