I have a service in kubernetes (k3s) that terminates it's own HTTPS connection and I'm running a recent k3s installation that has traefik installed as an ingress provider.
Are there any examples of configuring a kubernetes ingress to do TLS passthrough using SNI rather than termination+re-encrypt.
I am seeing that I can set various annotations in the kubernetes Ingress so I'm guessing I need some traefik specific annotations?