From 25084a82a8e4ae8bbd4eb30c9b362db75dead495 Mon Sep 17 00:00:00 2001 From: Yann Defretin Date: Wed, 20 Dec 2023 11:45:21 +0100 Subject: [PATCH] Update Nginx client max body size --- values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/values.yaml b/values.yaml index 2eb2561..ed09a8e 100644 --- a/values.yaml +++ b/values.yaml @@ -249,9 +249,9 @@ ingress: # # ensure that NGINX's upload size matches Mastodon's # for the K8s ingress controller: - # nginx.ingress.kubernetes.io/proxy-body-size: 40m + nginx.ingress.kubernetes.io/proxy-body-size: 90m # for the NGINX ingress controller: - # nginx.org/client-max-body-size: 40m + nginx.org/client-max-body-size: 90m # -- you can specify the ingressClassName if it differs from the default ingressClassName: hosts: