Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
container-manager
Commits
db06cd93
Commit
db06cd93
authored
Oct 02, 2018
by
Mohamed, Fawzi Roberto (fawzi)
Browse files
avoid pod restart
parent
91851cc2
Changes
2
Hide whitespace changes
Inline
Side-by-side
templates/kube/defaultTemplate.yaml
View file @
db06cd93
...
...
@@ -11,6 +11,7 @@ metadata:
spec
:
imagePullSecrets
:
-
name
:
garching-kube
restartPolicy
:
Never
containers
:
-
image
:
"
{{image}}"
name
:
"
{{imageType}}"
...
...
templates/kube/remoteVisTemplate.yaml
View file @
db06cd93
...
...
@@ -4,6 +4,7 @@ metadata:
name
:
{{
podName
}}
spec
:
terminationGracePeriodSeconds
:
5
restartPolicy
:
Never
containers
:
-
image
:
labdev-nomad.esc.rzg.mpg.de:5000/nomadlab/nomadvis:v1.0.7
name
:
nomadvis
...
...
Write
Preview
Supports
Markdown
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