Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
todo-list-example
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IT1901
todo-list-example
Commits
5d36d535
Commit
5d36d535
authored
1 year ago
by
George Adrian Stoica
Browse files
Options
Downloads
Patches
Plain Diff
conf(che): start vnc from devfile
parent
3ddd9ea4
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#232671
passed
1 year ago
Stage: test
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
devfile.yaml
+26
-6
26 additions, 6 deletions
devfile.yaml
with
26 additions
and
6 deletions
devfile.yaml
+
26
−
6
View file @
5d36d535
schemaVersion
:
2.1.0
metadata
:
name
:
t
estvnc
name
:
t
odolist
components
:
-
name
:
t
estvnc
-
name
:
t
odolist
container
:
image
:
adrianstoica/it1901:latest
memoryLimit
:
3Gi
...
...
@@ -12,10 +12,30 @@ components:
protocol
:
http
targetPort
:
6080
-
exposure
:
public
name
:
6
900-tcp
name
:
5
900-tcp
protocol
:
http
targetPort
:
6
900
targetPort
:
5
900
-
exposure
:
public
name
:
6
901-tcp
name
:
5
901-tcp
protocol
:
http
targetPort
:
6901
\ No newline at end of file
targetPort
:
5901
-
exposure
:
public
name
:
8080-tcp
protocol
:
http
targetPort
:
8080
commands
:
-
id
:
vncserver
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
:
component
:
todolist
commandLine
:
/opt/novnc/utils/novnc_proxy --vnc localhost:5900 --listen 6080 &
label
:
start vnc web interface
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment