Skip to content

Instantly share code, notes, and snippets.

@marciorodrigues87
Created June 14, 2018 14:23
Show Gist options
  • Save marciorodrigues87/e3cf21ca0c1f0e66de092d64cac91ec4 to your computer and use it in GitHub Desktop.
Save marciorodrigues87/e3cf21ca0c1f0e66de092d64cac91ec4 to your computer and use it in GitHub Desktop.
livenessProbe:
failureThreshold: 3
httpGet:
path: /healthcheck/status
port: 3000
initialDelaySeconds: 10
periodSeconds: 60
readinessProbe:
failureThreshold: 2
httpGet:
path: /healthcheck/status
port: 3000
initialDelaySeconds: 10
periodSeconds: 30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment