Skip to content

Commit eaa66bf

Browse files
committed
Update used values
1 parent c7c6727 commit eaa66bf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

kubernetes/helm/values.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# The HH cluster has 8 workers. Each k8s worker comes with 8 cores and 32GB of RAM.
22
# The resources of this cluster will be divided as follows:
3-
# - Public website (requires 82GB of RAM)
4-
# - Test website (requires 12GB of RAM)
3+
# - Public website (requires 36GB to 52GB of RAM)
4+
# - Test website (requires 8GB of RAM)
55
# - Export app (requires 30GB of RAM)
66
# - Rfam batch search (requires 10GB of RAM)
77
#
8-
# Using 134GB of RAM out of a total of 256GB
8+
# Using up to 100GB of RAM out of a total of 256GB
99

1010
# Database
1111
database: db-hh
@@ -30,10 +30,10 @@ setEnv: "prod"
3030
# This link explains a little more: https://github.com/helm/charts/issues/11773
3131
memcachedPort: 11211
3232
memcachedReplicas: 1
33-
memcachedRequestsMemory: "8000Mi"
33+
memcachedRequestsMemory: "16000Mi"
3434
memcachedRequestsCPU: "1000m"
35-
memcachedLimitsMemory: "8000Mi"
36-
memcachedServiceMemory: "6000"
35+
memcachedLimitsMemory: "16000Mi"
36+
memcachedServiceMemory: "14000"
3737

3838
# Nginx
3939
nginxPort: 8000
@@ -47,6 +47,6 @@ nginxLimitsMemory: "2000Mi"
4747
rnacentralBranch: master
4848
rnacentralPort: 8000
4949
rnacentralReplicas: 8
50-
rnacentralRequestsMemory: "4000Mi"
50+
rnacentralRequestsMemory: "2000Mi"
5151
rnacentralRequestsCPU: "1000m"
52-
rnacentralLimitsMemory: "4000Mi"
52+
rnacentralLimitsMemory: "2000Mi"

0 commit comments

Comments
 (0)