Add instructions how to configure traefik #704
-
Hey @mysticaltech, i´m currently want to add a middleware to traefik, but i´m not sure about the how. I can create prs to improve the examples/instructions after understanding the solution 😄 Regards |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 7 replies
-
nvm about the middleware, solved it myself. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
all ingresses kubectl get ing -A --kubeconfig xxx
NAMESPACE NAME CLASS HOSTS ADDRESS PORTS AGE
default mailhog-ingress traefik mailhog 80, 443 7d2h all ingressroutes kubectl get ingressroutes --all-namespaces --kubeconfig xxx
No resources found |
Beta Was this translation helpful? Give feedback.
-
you are absolutely right, i was using a different domain and thought it was the kubernetes domain. |
Beta Was this translation helpful? Give feedback.
-
i will postpone the dashboard stuff, because i guess i will not needed, fingers crossed. |
Beta Was this translation helpful? Give feedback.
@aDingil This seems activated by your custom helmchartconfig. Just kubectl delete it if you want to stop that. However, you do not need the full helmchartconfig in your case, just use the
traefik_additional_options
variable (see kube.tf.example), in there you can pass all options needed for the dashboard. Basically, those:["--api", "--api.dashboard=true", "--api.insecure=true"]