traefik: Avoid large uploads timeout regression with Traefik v2.11.2
Starting with Traefik v2.11.2 as shipped by traefik-helm-chart v27.0.2
the readTimeout
default value changed to 60 seconds which broke
the upload of large artifacts from the GitLab runner to the server,
hitting the timeout.
Setting the value to 0 effectively disables any timeouts
https://github.com/traefik/traefik/commit/240b83b77351d
Signed-off-by: default avatarRitesh Raj Sarraf ritesh.sarraf@collabora.com
Edited by Ritesh Raj Sarraf