I am using GCP and have a created a GCP load balancer to load balance across 3 docker instances running on one VM. The instances are running on ports 8080, 8081 and 8082. When creating the load balancer health check in the UI console, it asks for the port number for the health check (see screenshot). I can use 8080 but I want the health check to check each port of the instances to see if the service is healthy. This will allow me to stop and start the docker instances without affecting the service.
Any pointers or advice on how to do this?