-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Support for ArgoCD AKS Ingress #3526
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem?
I've noticed there are options for GKE and AWS ingress support. I am looking for support for the AKS webapprouting ingressClass for setting up the ArgoCD ingress.
Related helm chart
argo-cd
Describe the solution you'd like
I would like an aks option in the helm chart that would enable the proper Ingress for the webapprouting in AKS.
ingress:
enabled: true
controller: aks
Then create the necessary resources for the webapprouting ingress resource.
Describe alternatives you've considered
I can manually create this ingress resource for AKS but I figured this could be a feature for the helm chart.
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request