From 9e0bc7eff2663ae34c1e3d9ca07a94d4488bf4b1 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Sat, 1 Jan 2022 00:28:15 +0700 Subject: [PATCH] fix(trow): fix NGINX max body size syntax (again) --- platform/trow/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/trow/templates/ingress.yaml b/platform/trow/templates/ingress.yaml index 9d378e88..69c18316 100644 --- a/platform/trow/templates/ingress.yaml +++ b/platform/trow/templates/ingress.yaml @@ -4,7 +4,7 @@ metadata: name: trow annotations: cert-manager.io/cluster-issuer: "letsencrypt-prod" - nginx.ingress.kubernetes.io/proxy-body-size: 0 + nginx.ingress.kubernetes.io/proxy-body-size: '0' spec: ingressClassName: nginx rules: