Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Carlos Ribas
rnacentral-webcode
Commits
0fa7a491
Commit
0fa7a491
authored
May 27, 2021
by
carlosribas
Browse files
Mount export and fasta volumes
parent
f9856aa1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
kubernetes/helm/templates/rnacentral.yaml
kubernetes/helm/templates/rnacentral.yaml
+11
-1
No files found.
kubernetes/helm/templates/rnacentral.yaml
View file @
0fa7a491
...
...
@@ -423,6 +423,10 @@ spec:
subPath
:
openssl.cnf
-
name
:
static-volume
mountPath
:
/srv/rnacentral/static
-
name
:
rnacentral-species-specific-ids
mountPath
:
/srv/rnacentral/fasta
-
name
:
export-results
mountPath
:
/srv/rnacentral/export
envFrom
:
-
secretRef
:
name
:
{{
.Values.database
}}
...
...
@@ -437,4 +441,10 @@ spec:
name
:
openssl-config
-
name
:
static-volume
persistentVolumeClaim
:
claimName
:
static-volume
\ No newline at end of file
claimName
:
static-volume
-
name
:
rnacentral-species-specific-ids
persistentVolumeClaim
:
claimName
:
rnacentral-species-specific-ids
-
name
:
export-results
persistentVolumeClaim
:
claimName
:
export-results
\ No newline at end of file
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