Commit f0007bcf authored by 黎博's avatar 黎博

Merge branch 'master' of git.quantgroup.cn:QA/holmes

parents 76a22f79 71cdac46
......@@ -1055,7 +1055,7 @@ public class K8sService {
memoryQuantity.setFormat("Mi");
cpuLimit.setAmount("100");
cpuLimit.setFormat("m");
memoryLimit.setAmount("1000");
memoryLimit.setAmount("4000");
memoryLimit.setFormat("Mi");
requests.put("cpu", cpuQuantity);
requests.put("memory", memoryQuantity);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment