[skip ci] Update deploy params of standalone milvus on benchmark (#9050)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
pull/9063/head
wt 2021-10-02 07:33:36 +08:00 committed by GitHub
parent 450edca771
commit b127a0d44f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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