Skip to content

Commit

Permalink
Update nginx proxy-body-size annotation value
Browse files Browse the repository at this point in the history
  • Loading branch information
goat-ssh committed Jan 17, 2025
1 parent a71cfa7 commit 2be0243
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Unreleased
----------
* Add preStop hook to the CrateDB pods to ensure that the CrateDB process is
stopped gracefully.

* Change nginx ``proxy-body-size`` annotation value as it has stricter validations now

2.43.1 (2025-01-08)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion crate/operator/grand_central.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ def get_grand_central_ingress(
owner_references=owner_references,
annotations={
"external-dns.alpha.kubernetes.io/hostname": hostname,
"nginx.ingress.kubernetes.io/proxy-body-size": "1Gi",
"nginx.ingress.kubernetes.io/proxy-body-size": "1G",
"nginx.ingress.kubernetes.io/configuration-snippet": (
"""
gzip on;
Expand Down

0 comments on commit 2be0243

Please sign in to comment.