mirror of https://github.com/milvus-io/milvus.git
24 lines
346 B
YAML
24 lines
346 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
|