-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevfile.yaml
41 lines (39 loc) · 936 Bytes
/
devfile.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
schemaVersion: 2.1.0
metadata:
name: ourplace
components:
- name: ourplace
container:
image: adrianstoica/it1901:latest
memoryLimit: 3Gi
endpoints:
- exposure: public
name: 6080-tcp-desktop-ui
protocol: http
targetPort: 6080
- exposure: public
name: 3000-tcp
protocol: http
targetPort: 3000
- exposure: public
name: 5900-tcp
protocol: http
targetPort: 5900
- exposure: public
name: 5901-tcp
protocol: http
targetPort: 5901
- exposure: public
name: 8080-tcp
protocol: http
targetPort: 8080
- exposure: public
name: 5500-tcp
protocol: http
targetPort: 5500
commands:
- id: changedir
exec:
component: ourplace
commandLine: cd ourplace
label: change directory