From fb98af82b6b17021d9f575c5e141aa7fec7f6163 Mon Sep 17 00:00:00 2001 From: William P Date: Thu, 24 Apr 2025 21:00:51 -0400 Subject: [PATCH] traefik: disable read timeout --- system-apps/traefik/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/system-apps/traefik/values.yaml b/system-apps/traefik/values.yaml index 3b3ecf3..7ef54ec 100644 --- a/system-apps/traefik/values.yaml +++ b/system-apps/traefik/values.yaml @@ -1,6 +1,7 @@ traefik: additionalArguments: - --api.insecure=true + - --entryPoints.websecure.transport.respondingTimeouts.readTimeout=0 ports: web: redirections: