Add Test Framework resource limit on Jenkins CI

pull/803/head
zilliz 2019-12-20 16:12:23 +08:00
parent 1ab333ba1a
commit 02ff4d8a5b
1 changed files with 7 additions and 0 deletions

View File

@ -11,6 +11,13 @@ spec:
command:
- cat
tty: true
resources:
limits:
memory: "8Gi"
cpu: "4.0"
requests:
memory: "4Gi"
cpu: "2.0"
volumeMounts:
- name: kubeconf
mountPath: /root/.kube/