mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-29 06:55:27 +08:00
[skip ci] Update deploy params of cluster milvus on benchmark (#9049)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>
This commit is contained in:
parent
b127a0d44f
commit
fdeefc42be
@ -49,7 +49,7 @@ def update_values(src_values_file, deploy_params_file):
|
||||
values_dict["service"]["type"] = "ClusterIP"
|
||||
if deploy_mode != config.DEFUALT_DEPLOY_MODE:
|
||||
cluster = True
|
||||
values_dict["cluster"]["enabled"] = True
|
||||
# values_dict["cluster"]["enabled"] = True
|
||||
elif deploy_mode == config.CLUSTER_3RD_DEPLOY_MODE:
|
||||
cluster = True
|
||||
elif deploy_mode == config.SINGLE_DEPLOY_MODE:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user