Created
August 6, 2018 10:54
-
-
Save wayneashleyberry/a75a66de58b2beb70eae8ed0e29f61f3 to your computer and use it in GitHub Desktop.
Probes for a Kubernetes deployment configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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