Skip to content
Snippets Groups Projects
Commit 575fc11a authored by Rob Kooper's avatar Rob Kooper
Browse files

fix traefik

parent 8a9cd9b7
No related branches found
No related tags found
No related merge requests found
......@@ -4,10 +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/).
## Unreleased
## 3.3.0 - 2025-01-24
### Fixed
- removed hard coded image in cinder
- traefik fix redirct to be redirections
### Added
- added timeouts for traefik (fixes harbor)
......
......@@ -39,9 +39,12 @@ spec:
loadBalancerIP: {{ .Values.ingresscontroller.privateIP | default .Values.ingresscontroller.publicIP }}
ports:
web:
redirectTo:
port: websecure
priority: 9999
redirections:
entryPoint:
to: websecure
scheme: https
permanent: true
priority: 9999
websecure:
tls:
enabled: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment