From f9dd2689347a704e103838d7c2db0aa323b86061 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Sat, 25 Dec 2021 13:32:21 +0700 Subject: [PATCH] fix(trow): increase max body size for Ingress 413 Request Entity Too Large --- platform/trow/templates/ingress.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/trow/templates/ingress.yaml b/platform/trow/templates/ingress.yaml index db329bae..fdb1790f 100644 --- a/platform/trow/templates/ingress.yaml +++ b/platform/trow/templates/ingress.yaml @@ -4,6 +4,7 @@ metadata: name: trow annotations: cert-manager.io/cluster-issuer: "letsencrypt-prod" + nginx.ingress.kubernetes.io/proxy-body-size: 128m spec: ingressClassName: nginx rules: