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

Configure Ingress for Traefik 1.7 Ingress Controller #169

Closed
Vr00mm opened this issue Sep 17, 2021 · 1 comment
Closed

Configure Ingress for Traefik 1.7 Ingress Controller #169

Vr00mm opened this issue Sep 17, 2021 · 1 comment

Comments

@Vr00mm
Copy link
Member

Vr00mm commented Sep 17, 2021

Hello Traefik users,

Here are values you have to use to make litmus working on Traefik 1.7

ingress:
  enabled: true
  annotations:
    kubernetes.io/ingress.class: traefik
    traefik.ingress.kubernetes.io/rewrite-target: /
  host:
    paths:
      frontend: "/"
      server: "/backend"

the first annotation tell to kubernetes to use the traefik ingress controller
the second annotation define the rewrite target used for the server calls
https://doc.traefik.io/traefik/v1.7/configuration/backends/kubernetes/#general-annotations

Paths have to change too, cause traefik dont deal with (.*)

@ajesh

@uditgaurav
Copy link
Member

Hi @Vr00mm , With the newer versions it looks like we can update the path and annotations. Thanks for opening this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants