解决方法 在 pod Ingress YAML 中加入 nginx.org/client-max-body-size: "20m" 即可解决 此方法只在kuboard中亲测过。

kind: Ingress
metadata:
annotations:
nginx.org/client-max-body-size: "4096m" ##设置最大上传4096M微信扫一扫
解决方法 在 pod Ingress YAML 中加入 nginx.org/client-max-body-size: "20m" 即可解决 此方法只在kuboard中亲测过。

kind: Ingress
metadata:
annotations:
nginx.org/client-max-body-size: "4096m" ##设置最大上传4096M相关推荐