How should I configure the load balancer in order to use the same Request Host and port to dispatch to different services based on path.
For example:
- https://api.my-company.com/service1 --> service1 container
- https://api.my-company.com/service2 --> service2 container
I tried to set Path to /service1
but it did not work
Thanks for your help!