I am working with the kubernetes/ingress-nginx helm chart and I would like to "DualStack" both IPv4 and IPv6 on the same Ingress controller.
The helm chart controller.service.loadBalancerIP only accepts a string and I assume that can only be a single IP address. IPv4 or IPv6.
How do I expose my Ingress traffic to both IPv4 or IPv6 on AKS ?
(I don't want to set up two ingress controllers for this)