You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ingress that is created uses mostly default params.
This means the ability to upload files through jupyter is very limited.
The ingress spec should be updated with soemthing like this:
nginx.ingress.kubernetes.io/proxy-body-size=500m
The value should be a parameter that can be specified at deployment time.
That 500m value is the same that we have in place for the Data manager ingress.