Skip to content

Commit 6f74dd9

Browse files
mads-hartmannroboquat
authored andcommitted
Sort ports in ascending order
1 parent 0f8a3ef commit 6f74dd9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.gitpod.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,24 @@ ports:
1212
onOpen: ignore
1313
- port: 4000
1414
onOpen: ignore
15+
# VNC
16+
- port: 5900
17+
onOpen: ignore
18+
# noVNC
19+
- port: 6080
20+
onOpen: ignore
21+
# Werft
22+
- port: 7777
23+
onOpen: ignore
1524
- port: 9229
1625
onOpen: ignore
1726
# Go proxy
1827
- port: 9999
1928
onOpen: ignore
2029
- port: 13001
2130
onOpen: ignore
22-
# Werft
23-
- port: 7777
24-
onOpen: ignore
2531
# Dev Theia
2632
- port: 13444
27-
# noVNC
28-
- port: 6080
29-
onOpen: ignore
30-
# VNC
31-
- port: 5900
32-
onOpen: ignore
3333
tasks:
3434
- name: Add Harvester kubeconfig
3535
command: |

0 commit comments

Comments
 (0)