Created
November 23, 2018 15:07
-
-
Save SaifRehman/c8c59d9aa024ae7761a51493f5d15d4e 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
| 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