mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 14:35:27 +08:00
[skip ci] Add CI pod resource request & limit (#12975)
Signed-off-by: Jenny Li <jing.li@zilliz.com>
This commit is contained in:
parent
84b5a95fe3
commit
19b0a94d7f
@ -18,6 +18,13 @@ spec:
|
||||
securityContext:
|
||||
privileged: true
|
||||
args: ["cat"]
|
||||
resources:
|
||||
limits:
|
||||
cpu: "6"
|
||||
memory: 12Gi
|
||||
requests:
|
||||
cpu: "2"
|
||||
memory: 10Gi
|
||||
volumeMounts:
|
||||
- mountPath: /docker-graph
|
||||
name: docker-graph
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user