Skip to content

Commit eea670e

Browse files
authored
Merge pull request #7942 from yuvipanda/bump-body-size
Set max upload size for nginx-ingress too
2 parents 3fc806e + 7b3cfc9 commit eea670e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

helm-charts/basehub/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,7 @@ jupyterhub:
433433
ingressClassName: nginx
434434
annotations:
435435
nginx.ingress.kubernetes.io/proxy-body-size: 256m
436+
nginx.org/client-max-body-size: 256m
436437
# Handle websocket upgrades in nginx-ingress
437438
nginx.org/location-snippets: |
438439
proxy_set_header Upgrade $http_upgrade;

0 commit comments

Comments
 (0)