milvus/tests/python_client/deploy/standalone-values.yaml
zhuwenxing 56b3482615
[test]Add testcase for deploy test in 2.1 branch (#20005)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2022-10-24 11:55:30 +08:00

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