Multiple Port Binding ? Per External Ip - Possible?

I am pointing to my external server via this option “One or more external IP addresses”

By default this is set :
ports:

  • name: default
    port: 42
    protocol: TCP
    targetPort: 42

Right now I have setup multiple routes(records) to the same external server ip to ensure that I can redirect on certain specific ports.

So I end up with multiple entries(Records under Service Discovery) for the same ip.

I would like to know if there is a way I can specify more than one port source → port destination per IP setup under Service Discover–> Add Record/edit Yml

We’ve using multiple port bindings in multiple of our service discovery…

image

and this work a suposed to… and yes those as been set using the yaml.

hope it help.

Stonedge