Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ehabqadah
Created July 18, 2020 11:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ehabqadah/e73a3396e37cd195945447c1c492dc17 to your computer and use it in GitHub Desktop.
Save ehabqadah/e73a3396e37cd195945447c1c492dc17 to your computer and use it in GitHub Desktop.
......
livenessProbe:
httpGet:
path: /actuator/health/liveness
port: 8080
initialDelaySeconds: 50
periodSeconds: 10
timeoutSeconds: 2
readinessProbe:
httpGet:
path: /actuator/health/readiness
port: 8080
initialDelaySeconds: 20
periodSeconds: 10
timeoutSeconds: 10
......
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment