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

[Help request] How to redirect from non-www to www site #1588

Open ppawlowski opened 5 months ago

ppawlowski commented 5 months ago

I have a app running on AKS with AGIC installed. Due to the SEO stuff I need to have a redirect from domain.com to www.domain.com . How this can be achieved using AGIC ingress object?