Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
memoriav
Memobase 2020
services
Cantaloupe on Docker
Commits
ffcbd205
Unverified
Commit
ffcbd205
authored
Sep 25, 2020
by
Sebastian Schüpbach
Browse files
add container resource restrictions for redis
parent
1b9bd24b
Changes
1
Hide whitespace changes
Inline
Side-by-side
k8s-manifests/redis-deployment.yml
View file @
ffcbd205
...
...
@@ -19,6 +19,13 @@ spec:
containers
:
-
name
:
redis-container
image
:
redis:5-buster
resources
:
requests
:
cpu
:
"
0.2"
memory
:
"
2Gi"
limits
:
cpu
:
"
1.0"
memory
:
"
8Gi"
imagePullPolicy
:
Always
ports
:
-
containerPort
:
6379
...
...
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