application-gateway-kubernetes-ingress
application-gateway-kubernetes-ingress copied to clipboard
Disable Port 80 Listener when application is set to port 443
trafficstars
Is your feature request related to a problem? Please describe. When AGIC syncs the workload ingress to AppGateway, an extra port of 80 listeners is added with each actual port of 443 listeners. As AppGw has a limitation of having 100 listeners only, with this extra and unwanted port 80 listeners, we are losing 50% of the configurable listeners.
Describe the solution you'd like If the application ingress is configured with port 443 , only a listener for port 443 should be created/configured