[skip e2e]Set etcd replica count to 3 for standalone (#22724)

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
pull/22730/head
zhuwenxing 2023-03-13 18:21:54 +08:00 committed by GitHub
parent d5ef0448f2
commit c12bcbe1fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ kafka:
defaultReplicationFactor: 2
etcd:
replicaCount: 1
replicaCount: 3
image:
debug: true
repository: milvusdb/etcd

View File

@ -24,7 +24,7 @@ kafka:
defaultReplicationFactor: 2
etcd:
replicaCount: 1
replicaCount: 3
image:
debug: true
repository: milvusdb/etcd