Im using google compute engine for the first time. I would like to set up a network loadbalancer (with static ip) that listens on port 80, but forwards to a backend server listening on port 5555. All the examples I've found show forwarding 80 to 80, which isn't helpful in my case.
ref: https://cloud.google.com/compute/docs/load-balancing/network/forwarding-rules
Thanks