Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
container-manager
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nomad-lab
container-manager
Commits
85bbc61a
Commit
85bbc61a
authored
Nov 26, 2018
by
Mohamed, Fawzi Roberto (fawzi)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remote vis update by Michele
parent
6938e718
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
config/default-remotevis.hjson
config/default-remotevis.hjson
+2
-2
templates/kube/remoteVisTemplate.yaml
templates/kube/remoteVisTemplate.yaml
+1
-1
No files found.
config/default-remotevis.hjson
View file @
85bbc61a
...
...
@@ -2,14 +2,14 @@ k8component: {
image: {
imageType: remotevis
subtype: default1
image: "labdev-nomad.esc.rzg.mpg.de:5000/nomadlab/nomadvis:v1.0.
7
",
image: "labdev-nomad.esc.rzg.mpg.de:5000/nomadlab/nomadvis:v1.0.
8
",
port: 8809,
prefix: "/remotevis",
templatePath: "kube/remoteVisTemplate.yaml"
}
entryPoint: {
redirectTarget: "{{prefix}}/vnc.html"
execCommand: []
execCommand: [
"bash", "-c", "echo {{path1}} | cut -c 2- > /tmp/datapid.log"
]
exclusiveStartPoint: true
}
}
templates/kube/remoteVisTemplate.yaml
View file @
85bbc61a
...
...
@@ -11,7 +11,7 @@ spec:
terminationGracePeriodSeconds
:
5
restartPolicy
:
Never
containers
:
-
image
:
labdev-nomad.esc.rzg.mpg.de:5000/nomadlab/nomadvis:v1.0.
7
-
image
:
labdev-nomad.esc.rzg.mpg.de:5000/nomadlab/nomadvis:v1.0.
8
name
:
nomadvis
command
:
[
"
bash"
]
args
:
[
"
/software/scripts/startup.sh"
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment