Skip to content

Commit

Permalink
Remove proxy body size limit for ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
muratugureminoglu authored Jun 24, 2024
1 parent 4b13143 commit 3fd037b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ metadata:
nginx.ingress.kubernetes.io/session-cookie-name: "route"
nginx.ingress.kubernetes.io/session-cookie-expires: "172800"
nginx.ingress.kubernetes.io/session-cookie-max-age: "172800"
nginx.ingress.kubernetes.io/proxy-body-size: "0m"
spec:
rules:
- host: origin.antmedia.cloud
Expand Down

0 comments on commit 3fd037b

Please sign in to comment.