Skip to content
GitLab
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
a5bdc041
Commit
a5bdc041
authored
Jul 21, 2021
by
Remi PLANEL
Browse files
Fix indentation
parent
9c5e00cd
Pipeline
#61679
failed with stages
in 6 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
chart/intermine-instance/templates/deployment-sequence-server.yaml
View file @
a5bdc041
...
...
@@ -36,7 +36,7 @@ spec:
imagePullPolicy
:
{{
.Values.sequenceserver.image.pullPolicy
}}
# command: [ "/bin/bash", "-c", "--" ]
# args: [ "while true; do sleep 30; done;" ]
args
:
[
"
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
.
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