automation-suite
2024.10
true
Automation Suite on OpenShift Installation Guide
Last updated 2024年11月11日
配置最大请求大小
您可以使用
kubectl
等工具在 orchestrator-customconfig
配置映射中配置最大请求大小。
最大请求大小的默认值为 300 MiB,但您可以在
values.json
文件中进行编辑。更改此配置后,Orchestrator 部署应自动重新启动。
{
"Kestrel": {
"Limits": {
"MaxRequestBodySize": 314572800
}
}
}
{
"Kestrel": {
"Limits": {
"MaxRequestBodySize": 314572800
}
}
}
orchestrator-customconfig
配置映射中的 values.json
文件也可能包含其他值,例如 AppSettings
。配置最大请求大小时,不得删除任何其他设置。
{
"Kestrel": {
...
},
"AppSettings": {
...
}
}
{
"Kestrel": {
...
},
"AppSettings": {
...
}
}