Skip to content

(#1011) Increase prod ingress max body size to 10m#1012

Merged
arielr-lt merged 2 commits intomasterfrom
fix/prod-ingress-body-size
Mar 23, 2026
Merged

(#1011) Increase prod ingress max body size to 10m#1012
arielr-lt merged 2 commits intomasterfrom
fix/prod-ingress-body-size

Conversation

@arielr-lt
Copy link
Collaborator

@arielr-lt arielr-lt commented Mar 23, 2026

Summary

  • Adds missing nginx.ingress.kubernetes.io/proxy-body-size: "10m" annotation to the prod ingress
  • The missing annotation caused nginx to fall back to its default 1m limit, rejecting large publish payloads (~3.4MB) with 413 errors
  • Aligns prod with sandbox and staging, which already have 10m set

Closes #1011

Ariel Rolfo added 2 commits March 19, 2026 18:02
- Remove opensearch-deployment.yaml and opensearch-pvc.yaml (unused, no app references)
- Set elasticsearch replicas to 1 and configure discovery.type=single-node
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.
@edgarf edgarf self-requested a review March 23, 2026 13:50
@arielr-lt arielr-lt merged commit ba7aa48 into master Mar 23, 2026
11 of 12 checks passed
@arielr-lt arielr-lt deleted the fix/prod-ingress-body-size branch March 23, 2026 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Attempt to publish a collection of competencies resulted in: 413 Request Entity Too Large

2 participants