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
0f6e6858
Commit
0f6e6858
authored
Jul 13, 2021
by
carlosribas
Browse files
Update values
parent
03e66c79
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
9 deletions
+19
-9
kubernetes/helm/values.dev.yaml
kubernetes/helm/values.dev.yaml
+13
-8
kubernetes/helm/values.yaml
kubernetes/helm/values.yaml
+6
-1
No files found.
kubernetes/helm/values.dev.yaml
View file @
0f6e6858
# The HX cluster has 3 workers. Each k8s worker comes with 8 cores and 32GB of RAM.
# The resources of this cluster will be divided as follows:
# - Failover public website (2 workers)
# - Test website (1 worker)
# Database
database
:
db-dev
...
...
@@ -10,27 +15,27 @@ searchIndex: search-index-dev
# Memcached
memcachedReplicas
:
1
memcachedRequestsMemory
:
"
1024Mi"
memcachedRequestsCPU
:
"
2
50m"
memcachedRequestsCPU
:
"
5
0
0m"
memcachedLimitssMemory
:
"
2048Mi"
memcachedLimitsCPU
:
"
5
00m"
memcachedLimitsCPU
:
"
10
00m"
# Redis
redisReplicas
:
1
redisRequestsMemory
:
"
1024Mi"
redisRequestsCPU
:
"
2
50m"
redisRequestsCPU
:
"
5
0
0m"
redisLimitssMemory
:
"
2048Mi"
redisLimitsCPU
:
"
5
00m"
redisLimitsCPU
:
"
10
00m"
# Nginx
nginxReplicas
:
1
nginxRequestsMemory
:
"
512Mi"
nginxRequestsCPU
:
"
2
50m"
nginxRequestsCPU
:
"
5
0
0m"
nginxLimitssMemory
:
"
1024Mi"
nginxLimitsCPU
:
"
5
00m"
nginxLimitsCPU
:
"
10
00m"
# RNAcentral
rnacentralReplicas
:
1
rnacentralRequestsMemory
:
"
1536Mi"
rnacentralRequestsCPU
:
"
2
50m"
rnacentralRequestsCPU
:
"
5
0
0m"
rnacentralLimitssMemory
:
"
3072Mi"
rnacentralLimitsCPU
:
"
5
00m"
rnacentralLimitsCPU
:
"
10
00m"
kubernetes/helm/values.yaml
View file @
0f6e6858
# The HH cluster has 8 workers. Each k8s worker comes with 8 cores and 32GB of RAM.
# The resources of this cluster will be divided as follows:
# - Public website (3 workers). Currently only 2 are being used.
# - RNAcentral pipeline (5 workers)
# Database
database
:
db-pro
...
...
@@ -35,7 +40,7 @@ nginxLimitsCPU: "1000m"
# RNAcentral
rnacentralBranch
:
k8
rnacentralPort
:
8000
rnacentralReplicas
:
2
rnacentralReplicas
:
6
rnacentralRequestsMemory
:
"
4096Mi"
rnacentralRequestsCPU
:
"
500m"
rnacentralLimitssMemory
:
"
6144Mi"
...
...
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