Skip to content

Commit 5ae719f

Browse files
committed
chore(devfile): add that draft devfile to repo for a hile
Signed-off-by: Andrei Jiroh Halili <[email protected]>
1 parent 46727d9 commit 5ae719f

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.devfile.yaml

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
schemaVersion: 2.2.2
2+
components:
3+
- name: runtime
4+
container:
5+
image: registry.access.redhat.com/ubi8/nodejs-18:1-32
6+
args: ["tail", "-f", "/dev/null"]
7+
memoryLimit: 1024Mi
8+
mountSources: true
9+
env:
10+
- name: PORT
11+
value: "3000"
12+
endpoints:
13+
- name: wrangler-dev
14+
targetPort: 3000
15+
protocol: https
16+
- exposure: none
17+
name: debug
18+
targetPort: 5858
19+
commands:
20+
- id: install
21+
exec:
22+
component: runtime
23+
commandLine: yarn
24+
workingDir: ${PROJECT_SOURCE}
25+
group:
26+
kind: build
27+
isDefault: true

0 commit comments

Comments
 (0)