Created
August 6, 2018 10:48
-
-
Save wayneashleyberry/c5e44da4b09e9ebb8bfc03663cfb41f6 to your computer and use it in GitHub Desktop.
Example probe configuration for a Kubernetes deployment
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: | |
httpGet: | |
path: /health | |
port: 80 | |
readinessProbe: | |
httpGet: | |
path: /health | |
port: 80 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment