Skip to content

Commit 0f8a3ef

Browse files
mads-hartmannroboquat
authored andcommitted
Ignore VNC related ports on boot
1 parent 2f86163 commit 0f8a3ef

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitpod.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ ports:
2424
onOpen: ignore
2525
# Dev Theia
2626
- port: 13444
27+
# noVNC
28+
- port: 6080
29+
onOpen: ignore
30+
# VNC
31+
- port: 5900
32+
onOpen: ignore
2733
tasks:
2834
- name: Add Harvester kubeconfig
2935
command: |

0 commit comments

Comments
 (0)