diff --git a/traefik/values.yaml b/traefik/values.yaml index 86b0ed3..58f4396 100644 --- a/traefik/values.yaml +++ b/traefik/values.yaml @@ -6,9 +6,12 @@ deployment: hostNetwork: true ports: web: + redirections: + entryPoint: + to: websecure + scheme: https + permanent: true port: 80 - redirectTo: - port: "websecure" websecure: port: 443 metrics: