创建集群的时候初始化全局服务配置

This commit is contained in:
刘祥超
2022-09-16 19:34:24 +08:00
parent 0f060002e3
commit 324d24fe5a
4 changed files with 4447 additions and 4432 deletions

View File

@@ -162,6 +162,7 @@ message CreateNodeClusterRequest {
int64 httpCachePolicyId = 6;
int64 httpFirewallPolicyId = 7;
bytes systemServicesJSON = 8; // 系统服务设置
bytes globalServerConfigJSON = 10; // 服务全局设置
}
message CreateNodeClusterResponse {