Azure / application-gateway-kubernetes-ingress

This is an ingress controller that can be run on Azure Kubernetes Service (AKS) to allow an Azure Application Gateway to act as the ingress for an AKS cluster.
https://azure.github.io/application-gateway-kubernetes-ingress
MIT License
667 stars 413 forks source link

Not able to update custom error pages automatically from ingress #1624

Open Rudhran13 opened 1 week ago

Rudhran13 commented 1 week ago

Describe the bug As we have enabled AGIC, whenever we do deployments the custom error pages for the html file we are referring are getting wiped off automatically. We don't find any annotations for ingress to update the customer error pages automatically.

To Reproduce Set up some annotations to for ingress to update the custom error pages or please provide correct documentation.