From 1c76f00adca0b8224ef1cdc8799cb9b0eba4db27 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Wed, 25 Jun 2025 13:47:47 +0100 Subject: [PATCH] Added body size annotations to openwebui Signed-off-by: Marcus Noble --- manifests/auth-proxy/non-auth-ingress.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/auth-proxy/non-auth-ingress.yaml b/manifests/auth-proxy/non-auth-ingress.yaml index 2ee0baf..d6742cf 100644 --- a/manifests/auth-proxy/non-auth-ingress.yaml +++ b/manifests/auth-proxy/non-auth-ingress.yaml @@ -8,6 +8,8 @@ metadata: nginx.ingress.kubernetes.io/force-ssl-redirect: "true" nginx.ingress.kubernetes.io/proxy-read-timeout: "3600" nginx.ingress.kubernetes.io/proxy-send-timeout: "3600" + nginx.ingress.kubernetes.io/proxy-body-size: 25m + nginx.ingress.kubernetes.io/client-body-buffer-size: 25m spec: ingressClassName: nginx tls: