application-gateway-kubernetes-ingress icon indicating copy to clipboard operation
application-gateway-kubernetes-ingress copied to clipboard

Disable Port 80 Listener when application is set to port 443

Open bganguly14 opened this issue 7 months ago • 0 comments
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.

Image

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

bganguly14 avatar Mar 28 '25 13:03 bganguly14