nginx.ingress.kubernetes.io/proxy-body-size: 8m
Opened this issue · 0 comments
dean-taylor commented
Describe the bug
proxy maximum body size is interfering with large uploads via https. This setting needs to be documented within the values file of the helm chart as either increasing to a much larger value than 8m or to disable with a value of 0 (zero).
Steps to reproduce
Upload large file size to an effected XNAT deployment. The upload will fail where smaller files do not.
Expected behavior
Upload of large file completes without error.
XNAT Chart Version
all
Version of Helm
NA
Version of Kubernetes
NA
Additional context
No response