mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Set resource for worker node in chaos test (#27025)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/27032/head
parent
00c65fa0d7
commit
a37b422acd
|
@ -8,6 +8,20 @@ image:
|
|||
tag: master-latest
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
queryNode:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 4
|
||||
limits:
|
||||
cpu: 8
|
||||
|
||||
dataNode:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 4
|
||||
limits:
|
||||
cpu: 8
|
||||
|
||||
indexNode:
|
||||
resources:
|
||||
requests:
|
||||
|
|
Loading…
Reference in New Issue