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
bd3c35ec
Commit
bd3c35ec
authored
Jul 15, 2021
by
carlosribas
Browse files
Create just one pod for memcached
parent
0f6e6858
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
kubernetes/helm/values.yaml
kubernetes/helm/values.yaml
+3
-1
No files found.
kubernetes/helm/values.yaml
View file @
bd3c35ec
...
...
@@ -13,8 +13,10 @@ proxy: proxy-hh
searchIndex
:
search-index-prod
# Memcached
# Using only 1 because no data is shared between replicas.
# This link explain a little more: https://github.com/helm/charts/issues/11773
memcachedPort
:
11211
memcachedReplicas
:
2
memcachedReplicas
:
1
memcachedRequestsMemory
:
"
2048Mi"
memcachedRequestsCPU
:
"
500m"
memcachedLimitssMemory
:
"
4096Mi"
...
...
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