forked from rht-labs/tech-exercise
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevfile.yaml
More file actions
116 lines (116 loc) · 2.92 KB
/
devfile.yaml
File metadata and controls
116 lines (116 loc) · 2.92 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
schemaVersion: 2.1.0
metadata:
name: tl500
attributes:
che-theia.eclipse.org/sidecar-policy: USE_DEV_CONTAINER
controller.devfile.io/devworkspace-config:
name: devworkspace-config
namespace: tl500-workspaces
controller.devfile.io/storage-type: per-workspace
metadata-name-field: generateName
metadata-name-original-value: tl500-
projects:
- attributes:
source-origin: branch
clonePath: tech-exercise
git:
checkoutFrom:
revision: main
remotes:
origin: 'https://github.com/petbattle/gitops-workshop'
name: tech-exercise
components:
- container:
args:
- /bin/sh
- '-c'
- sleep infinity
endpoints:
- attributes:
discoverable: 'true'
protocol: http
public: 'true'
exposure: public
name: ide-8080
protocol: http
targetPort: 8080
- attributes:
discoverable: 'true'
protocol: http
public: 'true'
exposure: public
name: ide-9000
protocol: http
targetPort: 9000
- attributes:
discoverable: 'true'
protocol: http
public: 'true'
exposure: public
name: ide-3000
protocol: http
targetPort: 3000
- attributes:
discoverable: 'true'
protocol: http
public: 'true'
exposure: public
name: ide-4200
protocol: http
targetPort: 4200
- attributes:
protocol: http
exposure: public
name: ide-4444
protocol: http
targetPort: 4444
- attributes:
discoverable: 'true'
protocol: http
public: 'true'
exposure: public
name: ide-8081
protocol: http
targetPort: 8081
- attributes:
discoverable: 'true'
protocol: http
public: 'true'
exposure: public
name: ide-8082
protocol: http
targetPort: 8082
- attributes:
discoverable: 'true'
protocol: http
public: 'true'
exposure: public
name: ide-8083
protocol: http
targetPort: 8083
- attributes:
discoverable: 'true'
protocol: http
public: 'true'
exposure: public
name: ide-8084
protocol: http
targetPort: 8084
image: 'quay.io/rht-labs/stack-tl500:3.0.19'
memoryLimit: 2Gi
mountSources: true
sourceMapping: /projects
volumeMounts:
- name: projects
path: /projects
- name: config
path: /home/developer/.config
- name: npm
path: /home/developer/.npm
name: stack-tl500
- name: projects
volume: {}
- name: config
volume: {}
- name: npm
volume: {}