Multiple installations of Traefik in the same K8s Cluster using Helm

Hi,

Is there any way to install Traefik twice in a cluster? I would like to have one instance for our internal APIs and another instance for external APIs (Partners). Each instance has External DNS annotations, so they have to be different installations, is this currently possible with the Helm Chart?

Thanks.

I was able to resolve the multiple installations, just need to figure out how to deploy IngressRoutes to the correct instance.

hey @SRomero321 i'm trying to do the same thing, have got multiple treafik deployments up and running. did you figure out how to modify the IngressRoutes to direct to the different traefik deployments? cheers