mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-03 17:31:58 +08:00
[skip ci] Update deploy params of standalone milvus on benchmark (#9050)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>
This commit is contained in:
parent
450edca771
commit
b127a0d44f
@ -52,6 +52,11 @@ def update_values(src_values_file, deploy_params_file):
|
||||
values_dict["cluster"]["enabled"] = 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
|
||||
values_dict["minio"]["mode"] = "standalone"
|
||||
values_dict["pulsar"]["enabled"] = False
|
||||
server_tag = utils.get_server_tag(deploy_params)
|
||||
print(server_tag)
|
||||
# TODO: update milvus config
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user