argo-helm icon indicating copy to clipboard operation
argo-helm copied to clipboard

Support for Traefikv2 ingress spec

Open flyingsaucerer opened this issue 2 years ago • 1 comments

Is your feature request related to a problem?

Anyone wanting to use an ingress other than Nginx is severely limited in the use of this chart. It seems that the template supports only nginx and traefikv1 specs. Traefikv2 has a completely different spec as can be seen here: https://doc.traefik.io/traefik/migration/v1-to-v2/. So far it seems that nginx and traefik have nearly the same spec which is why the existing template works.

Related helm chart

argo-cd

Describe the solution you'd like

Please support multiple ingress class specs in the ingress template: https://github.com/argoproj/argo-helm/blob/master/charts/argo-cd/templates/argocd-server/ingress.yaml

Describe alternatives you've considered

No response

Additional context

No response

flyingsaucerer avatar May 21 '22 01:05 flyingsaucerer

i think that you can use the extraObjects for that.

ronaldmiranda avatar Jun 10 '22 02:06 ronaldmiranda

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Aug 09 '22 03:08 github-actions[bot]