HTTP Routing Mesh - Multiple ports on a container

Is it possible to setup multiple entries for HTTP Routing Mesh?
I have a label on my containers of “com.docker.ucp.mesh.http” with a corresponding value of “8080=http://foo.mycompany.com"
Is it possible to add a second URL for a different port such that
"com.docker.ucp.mesh.http” also has a value of “8081=http://bar.mycompany.com”

Thank you