mirror of https://github.com/milvus-io/milvus.git
[skip e2e]add nats mq chaos test (#24882)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/24893/head
parent
c6a6998ba7
commit
e4efc19d83
|
@ -0,0 +1,43 @@
|
|||
cluster:
|
||||
enabled: false
|
||||
|
||||
log:
|
||||
level: debug
|
||||
|
||||
image:
|
||||
all:
|
||||
repository: milvusdb/milvus
|
||||
tag: master-20230614-893c3c04
|
||||
pullPolicy: IfNotPresent
|
||||
standalone:
|
||||
heaptrack:
|
||||
enabled: true
|
||||
resources:
|
||||
limits:
|
||||
cpu: 8
|
||||
memory: 16Gi
|
||||
requests:
|
||||
cpu: 4
|
||||
memory: 8Gi
|
||||
|
||||
kafka:
|
||||
enabled: false
|
||||
name: kafka
|
||||
replicaCount: 3
|
||||
defaultReplicationFactor: 2
|
||||
|
||||
etcd:
|
||||
replicaCount: 3
|
||||
image:
|
||||
debug: true
|
||||
repository: milvusdb/etcd
|
||||
tag: 3.5.5-r2
|
||||
minio:
|
||||
mode: standalone
|
||||
pulsar:
|
||||
enabled: false
|
||||
|
||||
extraConfigFiles:
|
||||
user.yaml: |+
|
||||
mq:
|
||||
type: natsmq
|
Loading…
Reference in New Issue