Configuration Tab under Services shows wrong LoadBalancer address
Description
When creating a service with the following JSON:
after deploying, the configuration tab shows Loadbalancer Address: test.marathon.l4lb.thisdcos.directory:10109 (where 10109 is the service port).
but curl http://test.marathon.l4lb.thisdcos.directory:10109 won't work whereas
curl http://test.marathon.l4lb.thisdcos.directory:80 does.