mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Update deploy conditions on benchmark (#9878)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>
This commit is contained in:
parent
163c62acd0
commit
6378f6face
@ -157,7 +157,7 @@ def update_values(src_values_file, deploy_params_file):
|
||||
values_dict['dataNode']['tolerations'] = perf_tolerations
|
||||
values_dict['etcd']['tolerations'] = perf_tolerations
|
||||
values_dict['minio']['tolerations'] = perf_tolerations
|
||||
if deploy_mode != config.CLUSTER_3RD_DEPLOY_MODE:
|
||||
if deploy_mode == config.SINGLE_DEPLOY_MODE:
|
||||
values_dict['pulsarStandalone']['tolerations'] = perf_tolerations
|
||||
# TODO: for distributed deployment
|
||||
# values_dict['pulsar']['autoRecovery']['tolerations'] = perf_tolerations
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user