mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e]Set etcd replica count to 3 for standalone (#22724)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
This commit is contained in:
parent
d5ef0448f2
commit
c12bcbe1fb
@ -25,7 +25,7 @@ kafka:
|
||||
defaultReplicationFactor: 2
|
||||
|
||||
etcd:
|
||||
replicaCount: 1
|
||||
replicaCount: 3
|
||||
image:
|
||||
debug: true
|
||||
repository: milvusdb/etcd
|
||||
|
||||
@ -24,7 +24,7 @@ kafka:
|
||||
defaultReplicationFactor: 2
|
||||
|
||||
etcd:
|
||||
replicaCount: 1
|
||||
replicaCount: 3
|
||||
image:
|
||||
debug: true
|
||||
repository: milvusdb/etcd
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user