Feature Request: Access a service both locally and via public load balancer

I’ve been poring over the documentation and trying to figure out how to do this, but it looks like services can only be internal or publicly exposed, but not both. I have a web service that is currently publicly accessible via the router load balancer, but I also need to make internal requests to this service from a different app running in the same cluster. I looked through all the options for port, ports, internal, internalRouter, and custom load balancers, but it doesn’t seem like this is currently possible.

Thanks!

I forgot to mention that I figured this out. I disabled the internal load balancer in the convox rack params. Then I wrote my own custom terraform config to set up an internal load balancer (IP-based NLB), nginx controller, and ingress.