Skip to content

Commit

Permalink
chore(devfile): add that draft devfile to repo for a hile
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Jiroh Halili <[email protected]>
  • Loading branch information
ajhalili2006 committed Jan 23, 2025
1 parent 46727d9 commit 5ae719f
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .devfile.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
schemaVersion: 2.2.2
components:
- name: runtime
container:
image: registry.access.redhat.com/ubi8/nodejs-18:1-32
args: ["tail", "-f", "/dev/null"]
memoryLimit: 1024Mi
mountSources: true
env:
- name: PORT
value: "3000"
endpoints:
- name: wrangler-dev
targetPort: 3000
protocol: https
- exposure: none
name: debug
targetPort: 5858
commands:
- id: install
exec:
component: runtime
commandLine: yarn
workingDir: ${PROJECT_SOURCE}
group:
kind: build
isDefault: true

0 comments on commit 5ae719f

Please sign in to comment.