Skip to content

Be able to limit nginx ingresses to a specific entrypoint(s) #12646

@ajacques

Description

@ajacques

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions