-
Notifications
You must be signed in to change notification settings - Fork 130
/
Copy pathdevfile.yaml
49 lines (47 loc) · 1.38 KB
/
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
40
41
42
43
44
45
46
47
48
49
schemaVersion: 2.2.0
metadata:
name: java-companion-project
projects:
- name: java-companion-project
git:
remotes:
origin: "https://github.com/Mbd06b/bootcamper-project.git"
attributes:
controller.devfile.io/devworkspace-config:
name: devworkspace-config
namespace: eclipse-che
controller.devfile.io/storage-type: per-user
components:
- container:
endpoints:
- exposure: none
name: debug
protocol: tcp
targetPort: 5005
- exposure: public
name: 8080-tcp
protocol: http
targetPort: 8080
- exposure: public
name: 8900-h2
targetPort: 8900
protocol: http
env:
- name: CHE_DASHBOARD_URL
value: https://code.ethosengine.com
- name: CHE_PLUGIN_REGISTRY_URL
value: https://code.ethosengine.com/plugin-registry/v3
- name: CHE_PLUGIN_REGISTRY_INTERNAL_URL
value: http://plugin-registry.eclipse-che.svc:8080/v3
- name: OPENVSX_REGISTRY_URL
value: https://open-vsx.org
image: quay.io/devfile/universal-developer-image@sha256:6e4095cd243be852970fc7aec20935a0e3c334c5541aa82903fb803b61970ca0
memoryLimit: 3Gi
sourceMapping: /projects
volumeMounts:
- name: m2
path: /home/user/.m2
name: tools
- name: m2
volume:
size: 1G