Просмотр исходного кода

Merge pull request #668 from ChristianLempa/667-traefik-helm-chart-redirectionto-→-redirections-fix

667 traefik helm chart redirectionto → redirections fix
Christian Lempa 1 год назад
Родитель
Сommit
d829b4b046
1 измененных файлов с 5 добавлено и 2 удалено
  1. 5 2
      kubernetes/traefik/helm/values.yaml

+ 5 - 2
kubernetes/traefik/helm-values.yaml → kubernetes/traefik/helm/values.yaml

@@ -7,8 +7,11 @@ image:
 # --> Change redirect HTTP to HTTPs by default here...
 ports:
   web:
-    redirectTo:
-      port: websecure
+    redirections:
+      entryPoint:
+        to: websecure
+        scheme: https
+        permanent: true  # <-- Change this to false if you want a temporary redirect
 # <--
 
 # --> (Optional) Securely expose the Traefik dashboard...