Skip to content
Snippets Groups Projects
Commit 85bbc61a authored by Mohamed, Fawzi Roberto (fawzi)'s avatar Mohamed, Fawzi Roberto (fawzi)
Browse files

remote vis update by Michele

parent 6938e718
No related branches found
No related tags found
No related merge requests found
...@@ -2,14 +2,14 @@ k8component: { ...@@ -2,14 +2,14 @@ k8component: {
image: { image: {
imageType: remotevis imageType: remotevis
subtype: default1 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, port: 8809,
prefix: "/remotevis", prefix: "/remotevis",
templatePath: "kube/remoteVisTemplate.yaml" templatePath: "kube/remoteVisTemplate.yaml"
} }
entryPoint: { entryPoint: {
redirectTarget: "{{prefix}}/vnc.html" redirectTarget: "{{prefix}}/vnc.html"
execCommand: [] execCommand: ["bash", "-c", "echo {{path1}} | cut -c 2- > /tmp/datapid.log"]
exclusiveStartPoint: true exclusiveStartPoint: true
} }
} }
...@@ -11,7 +11,7 @@ spec: ...@@ -11,7 +11,7 @@ spec:
terminationGracePeriodSeconds: 5 terminationGracePeriodSeconds: 5
restartPolicy: Never restartPolicy: Never
containers: 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 name: nomadvis
command: ["bash"] command: ["bash"]
args: ["/software/scripts/startup.sh"] args: ["/software/scripts/startup.sh"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment