File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ name: traefik
33version : 1.0.0
44dependencies :
55- name : traefik
6- version : 37.4.0
6+ version : 39.0.2
77 repository : https://traefik.github.io/charts
Original file line number Diff line number Diff line change 11traefik :
22 deployment :
33 enabled : true
4+ dnsPolicy : ClusterFirstWithHostNet # Required with hostNetwork
45
56 additionalArguments :
67 - " --entrypoints.websecure.http.encodequerysemicolons=true"
@@ -9,7 +10,6 @@ traefik:
910 type : Recreate
1011
1112 hostNetwork : true
12- dnsPolicy : ClusterFirstWithHostNet
1313 affinity :
1414 podAntiAffinity :
1515 requiredDuringSchedulingIgnoredDuringExecution :
@@ -28,11 +28,12 @@ traefik:
2828 port : 9101
2929
3030 web :
31- redirections :
32- entryPoint :
33- to : websecure
34- scheme : https
35- permanent : true
31+ http :
32+ redirections :
33+ entryPoint :
34+ to : websecure
35+ scheme : https
36+ permanent : true
3637
3738 websecure :
3839 # New setup behind proxy
Original file line number Diff line number Diff line change 11traefik :
22 deployment :
33 enabled : true
4+ dnsPolicy : ClusterFirstWithHostNet # Required with hostNetwork
45
56 additionalArguments :
67 - " --entrypoints.websecure.http.encodequerysemicolons=true"
@@ -9,7 +10,6 @@ traefik:
910 type : Recreate
1011
1112 hostNetwork : true
12- dnsPolicy : ClusterFirstWithHostNet
1313 affinity :
1414 podAntiAffinity :
1515 requiredDuringSchedulingIgnoredDuringExecution :
@@ -28,11 +28,12 @@ traefik:
2828 port : 9101
2929
3030 web :
31- redirections :
32- entryPoint :
33- to : websecure
34- scheme : https
35- permanent : true
31+ http :
32+ redirections :
33+ entryPoint :
34+ to : websecure
35+ scheme : https
36+ permanent : true
3637
3738 websecure :
3839 # New setup behind proxy
You can’t perform that action at this time.
0 commit comments