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

add timeouts for traefik

parent 4b7af96d
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,14 @@ 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
### Fixed
- removed hard coded image in cinder
### Added
- added timeouts for traefik (fixes harbor)
## 3.2.1 - 2024-09-07
### Changed
......
......@@ -48,6 +48,11 @@ spec:
{{- if .Values.ingresscontroller.traefik.acme }}
certResolver: letsencrypt
{{- end }}
transport:
respondingTimeouts:
idleTimeout: 600
writeTimeout: 600
readTimeout: 600
{{- if .Values.ingresscontroller.traefik.ports }}
{{- .Values.ingresscontroller.traefik.ports | toYaml | nindent 10 }}
{{- end }}
......
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