mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Delete unused codes on update file (#14921)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>pull/14927/head
parent
3057b0c50b
commit
2cddbb177c
|
@ -88,8 +88,6 @@ def update_values(src_values_file, deploy_params_file):
|
|||
},
|
||||
"requests": {
|
||||
"cpu": str(int(cpus) // 2 + 1) + ".0"
|
||||
# "cpu": "4.0"
|
||||
# "cpu": str(int(cpus) - 1) + ".0"
|
||||
}
|
||||
}
|
||||
if cpus and mems:
|
||||
|
|
Loading…
Reference in New Issue