fix(drone): resource limits
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
80d9b714be
commit
46599682ec
13
.drone.yml
13
.drone.yml
@ -3,17 +3,16 @@ kind: pipeline
|
|||||||
type: kubernetes
|
type: kubernetes
|
||||||
name: sync
|
name: sync
|
||||||
|
|
||||||
platform:
|
node_selector:
|
||||||
os: linux
|
kubernetes.io/arch: amd64
|
||||||
arch: amd64
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: github
|
- name: github
|
||||||
image: docker.io/appleboy/drone-git-push:latest
|
image: docker.io/appleboy/drone-git-push:latest
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 50
|
cpu: 150
|
||||||
memory: 25M
|
memory: 150M
|
||||||
settings:
|
settings:
|
||||||
branch: master
|
branch: master
|
||||||
remote: ssh://git@github.com/fh-trier/linux_ws2122_ansible.git
|
remote: ssh://git@github.com/fh-trier/linux_ws2122_ansible.git
|
||||||
@ -34,8 +33,8 @@ steps:
|
|||||||
image: docker.io/drillster/drone-email:latest
|
image: docker.io/drillster/drone-email:latest
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 50
|
cpu: 150
|
||||||
memory: 25M
|
memory: 150M
|
||||||
when:
|
when:
|
||||||
status:
|
status:
|
||||||
- changed
|
- changed
|
||||||
|
Loading…
Reference in New Issue
Block a user