Question
How can I customize healthcheck to make LB available
I have a third party closed source app which is not designed to answer the standard/expected http status 200 on HEAD /
, but supports another URL.
How can I change the LB’s healthcheck definition to set the expected URL instead of /
(which I presume is the default setting)?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×