Skip to content

Instantly share code, notes, and snippets.

@wayneashleyberry
Created August 6, 2018 10:48
Show Gist options
  • Save wayneashleyberry/c5e44da4b09e9ebb8bfc03663cfb41f6 to your computer and use it in GitHub Desktop.
Save wayneashleyberry/c5e44da4b09e9ebb8bfc03663cfb41f6 to your computer and use it in GitHub Desktop.
Example probe configuration for a Kubernetes deployment
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