mirror of https://github.com/milvus-io/milvus.git
[skip ci] Update logs of benchmark (#13169)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>pull/13198/head
parent
60f6da6ba0
commit
8e08600c75
|
@ -158,7 +158,7 @@ def update_values(src_values_file, deploy_params_file):
|
|||
logging.error(str(e))
|
||||
raise Exception("File not found")
|
||||
deploy_mode = utils.get_deploy_mode(deploy_params)
|
||||
print(deploy_mode)
|
||||
print("[benchmark update] deploy_mode: %s" % str(deploy_mode))
|
||||
cluster = False
|
||||
values_dict["service"]["type"] = "ClusterIP"
|
||||
if deploy_mode != config.DEFUALT_DEPLOY_MODE:
|
||||
|
|
Loading…
Reference in New Issue