From 46599682ec9147ad9aaf59abc44f373daf45033b Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sat, 4 Jun 2022 11:55:00 +0200 Subject: [PATCH] fix(drone): resource limits --- .drone.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4c5c781..a835ccf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,17 +3,16 @@ kind: pipeline type: kubernetes name: sync -platform: - os: linux - arch: amd64 +node_selector: + kubernetes.io/arch: amd64 steps: - name: github image: docker.io/appleboy/drone-git-push:latest resources: limits: - cpu: 50 - memory: 25M + cpu: 150 + memory: 150M settings: branch: master remote: ssh://git@github.com/fh-trier/linux_ws2122_ansible.git @@ -34,8 +33,8 @@ steps: image: docker.io/drillster/drone-email:latest resources: limits: - cpu: 50 - memory: 25M + cpu: 150 + memory: 150M when: status: - changed