Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Carlos Ribas
rnacentral-webcode
Commits
06f92713
Commit
06f92713
authored
Jul 20, 2021
by
carlosribas
Browse files
Create just one pod for redis
parent
bd3c35ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
kubernetes/helm/values.yaml
kubernetes/helm/values.yaml
+2
-1
No files found.
kubernetes/helm/values.yaml
View file @
06f92713
...
...
@@ -23,8 +23,9 @@ memcachedLimitssMemory: "4096Mi"
memcachedLimitsCPU
:
"
1000m"
# Redis
# Using only one to avoid download errors.
redisPort
:
8051
redisReplicas
:
2
redisReplicas
:
1
redisRequestsMemory
:
"
2048Mi"
redisRequestsCPU
:
"
500m"
redisLimitssMemory
:
"
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