Traefik
Appearance
Redirecting HTTP to HTTPS in K8s
This StackOverflow answer is outdated. Use this instead:
ports:
web:
http:
redirections:
entryPoint:
to: websecure
scheme: https
permanent: true
Feel free to post this as an answer, just link back :)