Modify helm chart for a 413

I was able to resolve it by modifying our nginx ingress payload size by adding the nginx.ingress.kubernetes.io/proxy-body-size: "200m" annotation

looks like it’s set to 1MB by default

1 Like