Skip to content

Commit

Permalink
Bump devfile resource requests
Browse files Browse the repository at this point in the history
Otherwise, the very minimal defaults of devspaces/apache che don't allow
the deployment of more involved extensions like "Continue", etc...
  • Loading branch information
mangelajo committed Nov 5, 2024
1 parent 2d27a38 commit b793cd3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ components:
container:
image: quay.io/jumpstarter-dev/jumpstarter-website-devspace:latest
mountSources: true
memoryRequest: 1G
memoryLimit: 4G
cpuRequest: '1'
cpuLimit: '2'

commands:
- id: serve-website
Expand Down

0 comments on commit b793cd3

Please sign in to comment.