Deployment does not complete because the health check fails at the time of deployment.
It now looks like the request is failing because the health check URL contains a port number, as shown in the attached picture
eg.) http://<our_site_domain>:5000/[configured health check path]
However, the URL we want to use for the health check is one that does not include the port number, as shown below.
eg.) http://<our_site_domain>/[configured health check path]
We believe this is a recent issue as the deployment completed successfully before.
I don’t want the port number to be included in the health check URL on deployment as it was before. How can I configure this to solve this problem?