Global http redirect to https in kubernetes

Hi, traefik installed by latest helm,

according to https://doc.traefik.io/traefik/routing/entrypoints/#redirection

if i add to traefik-values.yaml and helm upgrade

additionalArguments:
  - "--entrypoints.web.http.redirections.entryPoint.to=websecure"
  - "--entrypoints.web.http.redirections.entryPoint.scheme=https"

http://whoami.example.com redirects to https but to https://whoami.example.com:8443

for the labels for docker container, what's the equivalent of global http redirect to https in kubernetes ?