diff --git a/.drone.yml b/.drone.yml index ae387b1..0b20e01 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,9 @@ steps: - npm install - npm test resources: + requests: + cpu: 250m + memory: 256Mi limits: - cpu: 500m - memory: 200Mi + cpu: 250m + memory: 256Mi