mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add CI pod resource request & limit (#12975)
Signed-off-by: Jenny Li <jing.li@zilliz.com>pull/12981/head
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…
Reference in New Issue