mirror of https://github.com/milvus-io/milvus.git
test: [skip e2e]add values yaml file for one pod standalone chaos test (#30311)
add values yaml file for one pod standalone chaos test Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/30336/head
parent
aab7cc9ecd
commit
467379d693
|
@ -0,0 +1,23 @@
|
|||
metrics:
|
||||
serviceMonitor:
|
||||
enabled: true
|
||||
|
||||
cluster:
|
||||
enabled: false
|
||||
etcd:
|
||||
enabled: false
|
||||
minio:
|
||||
enabled: false
|
||||
tls:
|
||||
enabled: false
|
||||
pulsar:
|
||||
enabled: false
|
||||
extraConfigFiles:
|
||||
user.yaml: |+
|
||||
etcd:
|
||||
use:
|
||||
embed: true
|
||||
data:
|
||||
dir: /var/lib/milvus/etcd
|
||||
common:
|
||||
storageType: local
|
Loading…
Reference in New Issue