Skip to content

Commit

Permalink
Merge pull request #15666 from redhat-appstudio-qe/add-requests
Browse files Browse the repository at this point in the history
Add request field to the Devfile
  • Loading branch information
psturc authored Jan 17, 2024
2 parents 34da5a8 + c77b507 commit be627f4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,11 @@ components:
protocol: TCP
resources:
limits:
memory: "1024Mi"
cpu: "500m"
memory: "100Mi"
cpu: "50m"
requests:
memory: "25Mi"
cpu: "10m"
commands:
- id: build-image
apply:
Expand Down

0 comments on commit be627f4

Please sign in to comment.