Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save debianmaster/a8ee874b44f9b63f2a174ff18391d18c to your computer and use it in GitHub Desktop.

Select an option

Save debianmaster/a8ee874b44f9b63f2a174ff18391d18c to your computer and use it in GitHub Desktop.
healthcheck
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