Hi, for example I had a service like this
service {
tags = ["service discovery tags 1"]
port = "regular"
I also wanted to start the service on a different port for secured https connection and different tags for another service discovery rules
how could I achieve that with nomad service stanza?