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
genolist
legiolist-deployment
Commits
9c5e00cd
Commit
9c5e00cd
authored
Jul 21, 2021
by
Remi PLANEL
Browse files
args instead of command
parent
2542290c
Pipeline
#61678
canceled with stages
in 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
chart/intermine-instance/templates/deployment-sequence-server.yaml
View file @
9c5e00cd
...
...
@@ -36,7 +36,7 @@ spec:
imagePullPolicy
:
{{
.Values.sequenceserver.image.pullPolicy
}}
# command: [ "/bin/bash", "-c", "--" ]
# args: [ "while true; do sleep 30; done;" ]
command
:
[
"
sequenceserver"
,
"
-D"
,
"
-d"
,
"
/db/pre-process-data/genome/fasta/"
]
args
:
[
"
sequenceserver"
,
"
-D"
,
"
-d"
,
"
/db/pre-process-data/genome/fasta/"
]
ports
:
-
name
:
http
containerPort
:
{{
.Values.sequenceserver.service.port
}}
...
...
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