[skip ci] Add CI pod resource request & limit (#12975)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/12981/head
Jenny Li 2021-12-08 15:47:04 +08:00 committed by GitHub
parent 84b5a95fe3
commit 19b0a94d7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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