Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Traefik 2 Support #96

Merged
merged 7 commits into from
Jun 2, 2020
Merged

Traefik 2 Support #96

merged 7 commits into from
Jun 2, 2020

Conversation

johanhenriksson
Copy link
Collaborator

@johanhenriksson johanhenriksson commented May 26, 2020

  • Adds a new Traefik2Router that can create Ingress Routes for Traefik 2.
  • Router type is now configurable using the router cluster option.
  • Routers may store additional configuration in the cluster options.

Configuration example:

clusters:
  kubernetes:
    domain: cluster.yourcompany.com
    router: traefik2
    traefik2:
       entrypoints:
         - web
       middlewares:
         - https-only

resolve #36

@johanhenriksson johanhenriksson merged commit 3269900 into master Jun 2, 2020
@johanhenriksson johanhenriksson deleted the traefik2_support branch June 2, 2020 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Traefik v2 Router
1 participant