mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 04:49:08 +08:00
f0a336a3e2
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
23 lines
345 B
YAML
23 lines
345 B
YAML
cluster:
|
|
enabled: false
|
|
image:
|
|
all:
|
|
repository: milvusdb/milvus
|
|
tag: master-latest
|
|
pullPolicy: IfNotPresent
|
|
|
|
kafka:
|
|
enabled: false
|
|
name: kafka
|
|
replicaCount: 3
|
|
defaultReplicationFactor: 2
|
|
|
|
etcd:
|
|
replicaCount: 1
|
|
image:
|
|
repository: milvusdb/etcd
|
|
tag: 3.5.0-r7
|
|
minio:
|
|
mode: standalone
|
|
pulsar:
|
|
enabled: false |