我已经使用以下命令通过 helm 部署了 openfaas
helm upgrade openfaas --install openfaas/opehelmnfaas --namespace default --set functionNamespace=default --set generateBasicAuth=true
一切正常,但是当我尝试使用大于 ~1,000 KB 的数据进行发布请求时,我收到以下响应
<html>
<head>
<title>413 Request Entity Too Large</title>
</head>
<body>
<center>
<h1>413 Request Entity Too Large</h1>
</center>
<hr>
<center>openresty/1.15.8.1</center>
</body>
</html>
有没有办法在通过 helm 安装时控制请求实体大小阈值?