Created
June 14, 2018 14:23
-
-
Save marciorodrigues87/e3cf21ca0c1f0e66de092d64cac91ec4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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