How to use ports other than 80 or 443 for Healthchecks?

According to this article only 80 and 443 are supported for healthchecks ?

Is there a workaround to using only port 80 or 443 ?

If you had a proxy in your environment you could proxy to another http port, but right no the checks are really just http based. You could also I suppose write a complicated script that checked health of SMTP (for example) and expose a status response via http from a webserver based on that check.

1 Like