Hi All,
We need to use multiple TLSOption to support different list of cipher suites for different use-cases.
The documentation Traefik TLS Documentation - Traefik suggests that it is possible to create multiple TLSOption and use it in kubernetes ingress resource by adding an annotation traefik.ingress.kubernetes.io/router.tls.options: resource-namespace-resource-name@kubernetescrd.
But somehow it doesn't overwrite the default TLSOption and so can anyone provide some help and suggest what else needs to be done to achieve this ?
Thanks,
Aneri