adding larger limits to the NGINX ingress contoller

This commit is contained in:
Martin McKeaveney 2022-04-25 14:40:22 +01:00
parent 6c144d9067
commit 4413341582
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ ingress:
className: "" className: ""
annotations: annotations:
kubernetes.io/ingress.class: nginx kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/client-max-body-size: 150M
nginx.ingress.kubernetes.io/proxy-body-size: 50m
hosts: hosts:
- host: # change if using custom domain - host: # change if using custom domain
paths: paths: