Skip to content

Commit

Permalink
Update container.config.json
Browse files Browse the repository at this point in the history
支持多条件扩缩容
  • Loading branch information
Fisher1006 committed Jun 17, 2022
1 parent 1877613 commit d855200
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion container.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,17 @@
"cpu": 0.25,
"mem": 0.5,
"policyType": "cpu",
"policyThreshold": 60,
"policyThreshold": 60,
"policyDetails": {
{
"PolicyType": "cpu",
"PolicyThreshold": 60
},
{
"PolicyType": "mem",
"PolicyThreshold": 60
}
},
"envParams": {},
"customLogs": "stdout",
"dataBaseName":"wxcomponent",
Expand Down

0 comments on commit d855200

Please sign in to comment.