DEV Community

Discussion on: Using multiple Ingresses in Azure AKS

Collapse
 
aboutroots profile image
Michał Popiel

That was great, and actually saved my day. I believe that you can even further improve the process by setting up the static IPs beforehand (with a proper names etc) instead of relying on the auto-generated ones, and than add line
--set controller.service.loadBalancerIP="YOUR_IP"
to the helm install command. Thanks!