-
Notifications
You must be signed in to change notification settings - Fork 83
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
Fixed web entrpypoint #35
Comments
Ah, ok I think I found the bug in the configuration. The It should look like this:
Can you please test this once again and give me your feedkback. |
Its works thanks, but how can i redirect http to access my traefik panel to https? |
Issue #35 Signed-off-by: Ralph Soika <ralph.soika@imixs.com>
In your 020-deployment.yaml you should have the following entry for a permanent http->https redirect
otherwise you need the middleware configuration per each ingress |
sounds a little bit strange. Can you one again compare the 020-deployment.yaml and the 030-ingress.yaml files with your current config. You say that the permanent redirect is working for other services but not for the traefik-ui ? |
Hello,
I got a error when i started my traefik:
time="2020-06-05T20:16:54Z" level=error msg="middleware "default-https-redirect@kubernetescrd" does not exist" entryPointName=web routerName=default-traefik-dashboard-272dc56f9fbc5761ef41@kubernetescrd
time="2020-06-05T20:16:54Z" level=error msg="middleware "default-https-redirect@kubernetescrd" does not exist" entryPointName=websecure routerName=websecure-default-traefik-dashboard-272dc56f9fbc5761ef41@kubernetescrd
time="2020-06-05T20:16:54Z" level=error msg="middleware "default-https-redirect@kubernetescrd" does not exist" routerName=default-traefik-dashboard-272dc56f9fbc5761ef41@kubernetescrd entryPointName=web
time="2020-06-05T20:16:54Z" level=error msg="middleware "default-https-redirect@kubernetescrd" does not exist" entryPointName=websecure routerName=websecure-default-traefik-dashboard-272dc56f9fbc5761ef41@kubernetescrd
Can you tell me how can i solve it?
Thanks,
The text was updated successfully, but these errors were encountered: