Skip to content

Commit 69913d2

Browse files
committed
Update Traefik
1 parent 2b47fea commit 69913d2

3 files changed

Lines changed: 15 additions & 13 deletions

File tree

cluster/traefik/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ name: traefik
33
version: 1.0.0
44
dependencies:
55
- name: traefik
6-
version: 37.4.0
6+
version: 39.0.2
77
repository: https://traefik.github.io/charts

cluster/traefik/values-prod.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
traefik:
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

cluster/traefik/values-test.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
traefik:
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

0 commit comments

Comments
 (0)