-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Open
Labels
Description
Welcome!
- Yes, I've searched similar issues on GitHub and didn't find any.
- Yes, I've searched similar issues on the Traefik community forum and didn't find any.
What did you expect to see?
I have deployed Traefik and added several custom TCP entrypoints (e.g. imap, pop3) to proxy to a TCP backend. I enabled the kubernetesNginxIngress provider, but now all my ingresses are being exposed on my custom TCP entrypoints (as per the Traefik dashboard.)
I would like the ability to limit the NGINX ingress to a specific entry point to make it easier to migrate to Traefik.
I attempted to add the traefik.ingress.kubernetes.io/router.entrypoints=web,websecure annotation to the ingress, however it had no effect until I changed the ingress class to traefik. I'd be happy to send a pull request if this is an acceptable change
Reactions are currently unavailable