From e4efc19d836fa5658d296b20364e316bc02656c5 Mon Sep 17 00:00:00 2001 From: zhuwenxing Date: Wed, 14 Jun 2023 13:02:37 +0800 Subject: [PATCH] [skip e2e]add nats mq chaos test (#24882) Signed-off-by: zhuwenxing --- .../chaos/nats-standalone-values.yaml | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 tests/python_client/chaos/nats-standalone-values.yaml diff --git a/tests/python_client/chaos/nats-standalone-values.yaml b/tests/python_client/chaos/nats-standalone-values.yaml new file mode 100644 index 0000000000..ad7ba37d79 --- /dev/null +++ b/tests/python_client/chaos/nats-standalone-values.yaml @@ -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 \ No newline at end of file