We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Hi @Vr00mm , With the newer versions it looks like we can update the path and annotations. Thanks for opening this.
Sorry, something went wrong.
No branches or pull requests
Hello Traefik users,
Here are values you have to use to make litmus working on Traefik 1.7
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
The text was updated successfully, but these errors were encountered: