Skip to content

Commit ba7aa48

Browse files
authored
(#1011) Increase prod ingress max body size to 10m (#1012)
* (#1011) Increase prod ingress max body size to 10m Missing proxy-body-size annotation caused nginx to use its default 1m limit, rejecting large publish payloads (~3.4MB) with 413 errors. Matches the limit already set in sandbox and staging.
1 parent 3d51eb0 commit ba7aa48

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

terraform/environments/eks/k8s-manifests-prod/app-ingress.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ kind: Ingress
33
metadata:
44
name: main-app
55
namespace: credreg-prod
6+
annotations:
7+
nginx.ingress.kubernetes.io/proxy-body-size: "10m"
68
spec:
79
ingressClassName: nginx
810
tls:

0 commit comments

Comments
 (0)