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
9203b8aa
Commit
9203b8aa
authored
Jun 01, 2021
by
carlosribas
Browse files
Add reference to search index
parent
0243a17d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
0 deletions
+8
-0
kubernetes/helm/templates/rnacentral.yaml
kubernetes/helm/templates/rnacentral.yaml
+2
-0
kubernetes/helm/values.dev.yaml
kubernetes/helm/values.dev.yaml
+3
-0
kubernetes/helm/values.yaml
kubernetes/helm/values.yaml
+3
-0
No files found.
kubernetes/helm/templates/rnacentral.yaml
View file @
9203b8aa
...
...
@@ -434,6 +434,8 @@ spec:
name
:
s3
-
configMapRef
:
name
:
{{
.Values.proxy
}}
-
configMapRef
:
name
:
{{
.Values.searchIndex
}}
restartPolicy
:
Always
volumes
:
-
name
:
openssl-config
...
...
kubernetes/helm/values.dev.yaml
View file @
9203b8aa
...
...
@@ -4,6 +4,9 @@ database: db-dev
# Proxy
proxy
:
proxy-hx
# EBI search index
searchIndex
:
search-index-dev
# Memcached
memcachedReplicas
:
1
memcachedRequestsMemory
:
"
1024Mi"
...
...
kubernetes/helm/values.yaml
View file @
9203b8aa
...
...
@@ -4,6 +4,9 @@ database: db-pro
# Proxy
proxy
:
proxy-hh
# EBI search index
searchIndex
:
search-index-prod
# Memcached
memcachedPort
:
8052
memcachedReplicas
:
2
...
...
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