How to increase max request body size on nginx ingress controller and kong How to increase max request body size on nginx ingress controller and kong kubernetes kubernetes

How to increase max request body size on nginx ingress controller and kong


the annotation seemed to work fine. The limitation I was running into was because the code I was testing was in a kubeless. The kubeless functions use bottle and the ingress limit was on bottle. I increased that in a custom python3.7 image for kubeless and all worked fine.