Skip to content

Commit

Permalink
feat: upgrade traefik chart to v34
Browse files Browse the repository at this point in the history
  • Loading branch information
muhlba91 committed Jan 14, 2025
1 parent 2549ae9 commit 5b9bbda
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion infrastructure/traefik/templates/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: traefik
version: 33.2.1
version: 34.0.0
reconcileStrategy: ChartVersion
sourceRef:
kind: HelmRepository
Expand Down
7 changes: 5 additions & 2 deletions infrastructure/traefik/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ ports:
expose:
default: true
web:
redirectTo:
port: websecure
redirections:
entryPoint:
to: websecure
scheme: https
permanent: true
forwardedHeaders:
trustedIPs:
- 10.0.0.0/8
Expand Down

0 comments on commit 5b9bbda

Please sign in to comment.