This message was deleted.
# rke2
a
This message was deleted.
n
be sure to understand that beside the ingress client_max_body_size your angular nginx (of the pod) will have a such a setting too - be sure to adjust both
there have been alot of different annotations in the past to configure the client max body size. The one if found to be working (with the most recent nginx ingress, not sure which version is bundled in rke2 right now), is
Copy code
"<http://ingress.kubernetes.io/proxy-body-size|ingress.kubernetes.io/proxy-body-size>" : "5000m"
      "<http://nginx.ingress.kubernetes.io/proxy-body-size|nginx.ingress.kubernetes.io/proxy-body-size>" : "5000m"
n
Thanks @numerous-country-20400, the second one is working for me. It took a good amount of time in finding the right app where this fix needs to be applied.
n
@narrow-noon-75604 great!