Skip to content
Snippets Groups Projects
Commit 998c7f8b authored by George Adrian Stoica's avatar George Adrian Stoica
Browse files

conf(che): update devfile

parent bbf9f34e
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ components: ...@@ -8,7 +8,7 @@ components:
memoryLimit: 3Gi memoryLimit: 3Gi
endpoints: endpoints:
- exposure: public - exposure: public
name: 6080-tcp name: 6080-tcp-desktop-ui
protocol: http protocol: http
targetPort: 6080 targetPort: 6080
- exposure: public - exposure: public
...@@ -27,19 +27,14 @@ components: ...@@ -27,19 +27,14 @@ components:
name: 8080-tcp name: 8080-tcp
protocol: http protocol: http
targetPort: 8080 targetPort: 8080
- exposure: public
name: 5500-tcp
protocol: http
targetPort: 5500
commands: commands:
- id: vncserver - id: changedir
exec:
component: todolist
commandLine: vncserver -SecurityTypes None :0
label: start vnc server
- id: screenlock
exec:
component: todolist
commandLine: xset s 0 0
label: screen lock disable
- id: novnc
exec: exec:
component: todolist component: todolist
commandLine: /opt/novnc/utils/novnc_proxy --vnc localhost:5900 --listen 6080 & commandLine: cd todolist
label: start vnc web interface label: change directory
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment