Created
May 2, 2019 09:30
-
-
Save debianmaster/a8ee874b44f9b63f2a174ff18391d18c to your computer and use it in GitHub Desktop.
healthcheck
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: | |
| exec: | |
| command: | |
| - "/bin/bash" | |
| - "-c" | |
| - "/opt/eap/bin/livenessProbe.sh" | |
| initialDelaySeconds: 60 | |
| readinessProbe: | |
| exec: | |
| command: | |
| - "/bin/bash" | |
| - "-c" | |
| - "/opt/eap/bin/readinessProbe.sh" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment