We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f8a3ef commit 6f74dd9Copy full SHA for 6f74dd9
.gitpod.yml
@@ -12,24 +12,24 @@ ports:
12
onOpen: ignore
13
- port: 4000
14
15
+ # VNC
16
+ - port: 5900
17
+ onOpen: ignore
18
+ # noVNC
19
+ - port: 6080
20
21
+ # Werft
22
+ - port: 7777
23
24
- port: 9229
25
26
# Go proxy
27
- port: 9999
28
29
- port: 13001
30
- # Werft
- - port: 7777
- onOpen: ignore
31
# Dev Theia
32
- port: 13444
- # noVNC
- - port: 6080
- # VNC
- - port: 5900
33
tasks:
34
- name: Add Harvester kubeconfig
35
command: |
0 commit comments