From d96e04a5798f448c3c99ecf4559f8cfba9b399e4 Mon Sep 17 00:00:00 2001 From: usernameisnull Date: Fri, 2 Jan 2026 20:39:16 +0800 Subject: [PATCH] fix: remove nginx-ingress default body size limit (#1335) Co-authored-by: houseme Co-authored-by: majinghe <42570491+majinghe@users.noreply.github.com> --- helm/rustfs/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/helm/rustfs/values.yaml b/helm/rustfs/values.yaml index 587f251c..c8983679 100644 --- a/helm/rustfs/values.yaml +++ b/helm/rustfs/values.yaml @@ -110,6 +110,7 @@ ingress: traefik.ingress.kubernetes.io/service.sticky.cookie.secure: "true" nginxAnnotations: nginx.ingress.kubernetes.io/affinity: cookie + nginx.ingress.kubernetes.io/proxy-body-size: "0" nginx.ingress.kubernetes.io/session-cookie-expires: "3600" nginx.ingress.kubernetes.io/session-cookie-hash: sha1 nginx.ingress.kubernetes.io/session-cookie-max-age: "3600"