From a6f3c9e006120ff87cdc5124492ec725dcc1a6b1 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Wed, 22 Apr 2026 14:33:09 +0900 Subject: traefik: handle large blobs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- bundles/traefik/files/kube.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bundles/traefik/files/kube.yaml') diff --git a/bundles/traefik/files/kube.yaml b/bundles/traefik/files/kube.yaml index db5f297..11b6d92 100644 --- a/bundles/traefik/files/kube.yaml +++ b/bundles/traefik/files/kube.yaml @@ -36,6 +36,9 @@ spec: - --entrypoints.traefik.address=:4000 - --entrypoints.http.address=:80 - --entrypoints.https.address=:443 + # entrypoints (web) should handle large blobs + - --entrypoints.http.transport.respondingTimeouts.readTimeout=0s + - --entrypoints.https.transport.respondingTimeouts.readTimeout=0s # certs - --certificatesresolvers.le.acme.email=r+acme@gnzler.io - --certificatesresolvers.le.acme.storage=/data/acme.json -- cgit 1.4.1