-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevfile.yaml.tpl
More file actions
38 lines (37 loc) · 785 Bytes
/
Copy pathdevfile.yaml.tpl
File metadata and controls
38 lines (37 loc) · 785 Bytes
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
schemaVersion: 2.3.0
metadata:
name: WeeboDevImage
language: golang
version: 1.0.0
components:
- name: tools
container:
image: @@REGISTRY@@/che-golang:main
memoryLimit: 2Gi
mountSources: true
- name: devtool
container:
image: buildpack-deps:bookworm
memoryLimit: 1Gi
mountSources: false
command: ['tail']
args: ['-f', '/dev/null']
- name: browser
container:
image: @@REGISTRY@@/che-browser:main
memoryLimit: 3Gi
mountSources: false
endpoints:
- name: novnc
targetPort: 6080
exposure: public
protocol: https
secure: true
- name: cdp
targetPort: 9222
exposure: internal
protocol: http
- name: webdriver
targetPort: 9515
exposure: internal
protocol: http