Hey there,
we are currently using Consul API gateway as a solution for routing TCP traffic outside of our Kubernetes cluster (Tanzu Kubernetes Grid).
However, we’d love to assign a specific IP to the LoadBalancer created for the api-gateway resource, as we’d like to preconfigure our DNS server.
We noticed that the Addresses field of the Gateway are not supported right now: https://github.com/hashicorp/consul-api-gateway/blob/main/dev/docs/supported-features.md
Is there any chance that you will support it or is there any other way to enforce a static IP?