fix(drone): resource limits
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Markus Pesch 2022-06-04 11:55:00 +02:00
parent 80d9b714be
commit 46599682ec
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 6 additions and 7 deletions

View File

@ -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