Under Load Balancer,
I have two domains www.xyz.com search.xyz.com
and on Google cloud (one of the VM), I have apache running on port 80, and nodejs running on 8080.
I want to create two backends to the same group with different ports (one of them to apache and on of them to nodejs),
if host name matches forward to different backend for eg. www.xyz.com should goto backend host port 80 search.xyz.com should goto backend host port 8080
I tried added backends in console, however it keeps overwriting other.