Skip to content

Commit

Permalink
fix for traefik redirect (see traefik/traefik-helm-chart#934)
Browse files Browse the repository at this point in the history
  • Loading branch information
robkooper committed Oct 23, 2023
1 parent 6db3f29 commit 6040abf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## 2.3.5 - 2023-09-09

### Fixed
- Change in traefik from redirectTo to be redirectTo.port

## 2.3.4 - 2023-09-09

### Changed
Expand Down
4 changes: 3 additions & 1 deletion charts/apps/templates/ingresscontroller/traefik.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ spec:
loadBalancerIP: {{ .Values.ingresscontroller.privateIP | default .Values.ingresscontroller.publicIP }}
ports:
web:
redirectTo: websecure
redirectTo:
port: websecure
priority: 10
websecure:
tls:
enabled: true
Expand Down

0 comments on commit 6040abf

Please sign in to comment.