未验证 提交 bb4c974c 编写于 作者: W wt 提交者: GitHub

[skip ci] Update deploy codes of benchmark (#13421)

Signed-off-by: Nwangting0128 <ting.wang@zilliz.com>
上级 769b0568
......@@ -163,11 +163,11 @@ def update_values(src_values_file, deploy_params_file):
cluster = False
# values_dict["service"]["type"] = "ClusterIP"
if deploy_mode == config.CLUSTER_DEPLOY_MODE:
if deploy_mode in [config.CLUSTER_DEPLOY_MODE, config.CLUSTER_3RD_DEPLOY_MODE]:
cluster = True
# values_dict["cluster"]["enabled"] = True
elif deploy_mode == config.CLUSTER_3RD_DEPLOY_MODE:
cluster = True
# elif deploy_mode == config.CLUSTER_3RD_DEPLOY_MODE:
# cluster = True
elif deploy_mode == config.SINGLE_DEPLOY_MODE:
values_dict["cluster"]["enabled"] = False
values_dict["etcd"]["replicaCount"] = 1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册