about summary refs log tree commit diff
path: root/bundles/traefik/files/kube.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/traefik/files/kube.yaml')
-rw-r--r--bundles/traefik/files/kube.yaml3
1 files changed, 3 insertions, 0 deletions
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