Default TLSOptions

I'm trying to disable tlsv1.0 and tlsv1.1 in traefik v2 for a large amount of Routers configured via Kubernetes IngressRoutes. I've got it working if I modify the IngressRoute with the appropriate tls:option reference, however I'm wondering if there's a way to do this by default for all IngressRoutes.

Hello,

Yes, you just have to create a TLSOptions named default.

https://docs.traefik.io/v2.1/https/tls/#tls-options

Ahh that's handy, alright i'll poke around with it. Off the top of your head, do you know if if there needs to be one per namespace, one in the ingressroute's namespace or one in traefik's namespace when using the Kube CRDs ?

Oh and BTW, thank you for the response !

the default is unique for all the routers.