I’m deploying OpenZiti routers in a multi-cloud mesh (AWS + OVH), and I’d like each router to accept link-dial connections on both its internal cluster name and a public DNS name. In my values.yaml, I currently have:
It looks like I can only set oneadvertisedHost. 1. Is there any way to provide multiple advertisedHost entries so that the same transport listener responds on, say, router1.internal.localandrouter1.public.example.com?
2. If multiple hosts aren’t supported, are there any recommended patterns or workarounds to achieve the same outcome?
Any advice or pointers would be hugely appreciated. Thanks in advance!