Skip to content

Commit

Permalink
fix: decrease resource requests
Browse files Browse the repository at this point in the history
  • Loading branch information
msvticket committed Oct 10, 2024
1 parent 8c9c4ad commit ea4f972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .lighthouse/jenkins-x/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ spec:
name: ""
resources: {}
- name: jx-variables
resources: {}
- name: build-make-linux
resources:
# override requests for the pod here
requests:
cpu: 1400m
memory: 600Mi
- name: build-make-linux
resources: {}
- name: build-make-test
script: |
#!/usr/bin/env sh
Expand Down

0 comments on commit ea4f972

Please sign in to comment.