Skip to content

Commit

Permalink
Increase resource limit
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaSchwarze0 committed Dec 10, 2021
1 parent 6739d4b commit d1cffb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/buildstrategy/buildah/buildstrategy_buildah_cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ spec:
'$(params.shp-output-image)' | tr -d "\n" > '$(results.shp-image-digest.path)'
resources:
limits:
cpu: 500m
memory: 1Gi
cpu: "1"
memory: 2Gi
requests:
cpu: 250m
memory: 65Mi
Expand Down

0 comments on commit d1cffb2

Please sign in to comment.