milvus/tests/python_client/chaos/standalone-values.yaml
zhuwenxing 88d426f390
enhance:[skip e2e]add some custom deploy config back (#31716)
This reverts commit ede5269221.

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2024-03-29 18:15:17 +08:00

44 lines
648 B
YAML

cluster:
enabled: false
log:
level: debug
image:
all:
repository: milvusdb/milvus
tag: master-latest
pullPolicy: IfNotPresent
standalone:
resources:
limits:
cpu: 8
memory: 16Gi
requests:
cpu: 4
memory: 8Gi
kafka:
enabled: false
name: kafka
replicaCount: 3
defaultReplicationFactor: 2
etcd:
replicaCount: 3
image:
repository: milvusdb/etcd
tag: 3.5.5-r2
minio:
mode: standalone
pulsar:
enabled: false
extraConfigFiles:
user.yaml: |+
dataCoord:
compaction:
indexBasedCompaction: false
indexCoord:
scheduler:
interval: 100