Browse Source

add cpu + ram

main
Nicolas Massé 3 years ago
parent
commit
ea22a9a6ef
  1. 9
      devfile.yaml

9
devfile.yaml

@ -7,11 +7,16 @@ components:
container:
endpoints:
- exposure: public
name: hello-endpoint
name: web
protocol: http
targetPort: 5032
- exposure: public
name: api
protocol: http
targetPort: 5033
image: registry.redhat.io/devspaces/udi-rhel8:3.5
memoryLimit: 2Gi
memoryLimit: 4G
cpuLimit: 8000m
mountSources: true
sourceMapping: /projects
volumeMounts:

Loading…
Cancel
Save