Jump to content

Traefik

From 1G-N15's Place

Redirecting HTTP to HTTPS in K8s

This StackOverflow answer is outdated since at least chart version 41. 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 :)