Skip to content

Commit

Permalink
Merge pull request #1199 from ralphbean/limits
Browse files Browse the repository at this point in the history
Increase requests and limits for the validate step
  • Loading branch information
lcarva authored Dec 7, 2023
2 parents ce1eae9 + c5b7178 commit a8ed4c9
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,10 @@ spec:
value: "false"
computeResources:
requests:
memory: 300Mi
cpu: 250m
memory: 2Gi
limits:
memory: 300Mi
memory: 2Gi
- name: report
image: quay.io/enterprise-contract/ec-cli:snapshot
command: [cat]
Expand Down

0 comments on commit a8ed4c9

Please sign in to comment.