Skip to content

Instantly share code, notes, and snippets.

@eliocapelati
Created June 27, 2020 17:58
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 eliocapelati/1b28275ada648c7f37fca17281ef56f0 to your computer and use it in GitHub Desktop.
Save eliocapelati/1b28275ada648c7f37fca17281ef56f0 to your computer and use it in GitHub Desktop.
livenessProbe:
httpGet:
path: /actuator/health
port: 8080
scheme: HTTP
initialDelaySeconds: 60
failureThreshold: 5
timeoutSeconds: 5
periodSeconds: 20
readinessProbe:
httpGet:
path: /actuator/health
port: 8080
scheme: HTTP
initialDelaySeconds: 60
failureThreshold: 5
timeoutSeconds: 5
periodSeconds: 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment