Add resource limits for Drone k8s jobs
Some checks are pending
continuous-integration/drone/push Build is running
Some checks are pending
continuous-integration/drone/push Build is running
This commit is contained in:
parent
f1fc68e7bf
commit
4a3095625c
@ -1,9 +1,13 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: default
|
name: test
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: tests
|
- name: test
|
||||||
image: colthreepv/node-chrome:8
|
image: colthreepv/node-chrome:8
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
- npm test
|
- npm test
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpu: 500m
|
||||||
|
memory: 500Mi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user