From 94a44726695eb79ec89aaf22ec4be056637b1693 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Tue, 17 Dec 2024 14:46:58 +0100 Subject: [PATCH] Whishper: Change proxy body size --- whisper/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whisper/ingress.yaml b/whisper/ingress.yaml index 6484319..b9b7a83 100644 --- a/whisper/ingress.yaml +++ b/whisper/ingress.yaml @@ -13,7 +13,7 @@ metadata: nginx.ingress.kubernetes.io/auth-secret: whisper-basic-auth # message to display with an appropriate context why the authentication is required nginx.ingress.kubernetes.io/auth-realm: 'Authentication Required ' - + nginx.ingress.kubernetes.io/proxy-body-size: "0" # nginx.ingress.kubernetes.io/cors-allow-origin: "http://localhost:3000/" # nginx.ingress.kubernetes.io/cors-allow-methods: "PUT, GET, POST, OPTIONS, DELETE" # If you encounter a redirect loop or are getting a 307 response code