mirror of https://github.com/milvus-io/milvus.git
Add Test Framework resource limit on Jenkins CI
parent
1ab333ba1a
commit
02ff4d8a5b
|
@ -11,6 +11,13 @@ spec:
|
||||||
command:
|
command:
|
||||||
- cat
|
- cat
|
||||||
tty: true
|
tty: true
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
memory: "8Gi"
|
||||||
|
cpu: "4.0"
|
||||||
|
requests:
|
||||||
|
memory: "4Gi"
|
||||||
|
cpu: "2.0"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: kubeconf
|
- name: kubeconf
|
||||||
mountPath: /root/.kube/
|
mountPath: /root/.kube/
|
||||||
|
|
Loading…
Reference in New Issue