Skip to content

Instantly share code, notes, and snippets.

@SaifRehman
Created November 23, 2018 15:07
Show Gist options
  • Select an option

  • Save SaifRehman/c8c59d9aa024ae7761a51493f5d15d4e to your computer and use it in GitHub Desktop.

Select an option

Save SaifRehman/c8c59d9aa024ae7761a51493f5d15d4e to your computer and use it in GitHub Desktop.
readinessProbe:
httpGet:
path: /healthz
port: 7000
scheme: HTTP
initialDelaySeconds: 10
timeoutSeconds: 2
periodSeconds: 10
livenessProbe:
httpGet:
path: /healthz
port: 7000
scheme: HTTP
initialDelaySeconds: 10
timeoutSeconds: 2
periodSeconds: 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment