mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Set etcd replica count to 3 for standalone (#22724)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/22730/head
parent
d5ef0448f2
commit
c12bcbe1fb
|
@ -25,7 +25,7 @@ kafka:
|
||||||
defaultReplicationFactor: 2
|
defaultReplicationFactor: 2
|
||||||
|
|
||||||
etcd:
|
etcd:
|
||||||
replicaCount: 1
|
replicaCount: 3
|
||||||
image:
|
image:
|
||||||
debug: true
|
debug: true
|
||||||
repository: milvusdb/etcd
|
repository: milvusdb/etcd
|
||||||
|
|
|
@ -24,7 +24,7 @@ kafka:
|
||||||
defaultReplicationFactor: 2
|
defaultReplicationFactor: 2
|
||||||
|
|
||||||
etcd:
|
etcd:
|
||||||
replicaCount: 1
|
replicaCount: 3
|
||||||
image:
|
image:
|
||||||
debug: true
|
debug: true
|
||||||
repository: milvusdb/etcd
|
repository: milvusdb/etcd
|
||||||
|
|
Loading…
Reference in New Issue