Skip to content
Snippets Groups Projects
Unverified Commit 06748c52 authored by Varac's avatar Varac
Browse files

Set zulip-redis resource limits

parent cb5a42af
No related branches found
No related tags found
No related merge requests found
......@@ -89,19 +89,27 @@ data:
auth:
password: "${rabbitmq_password}"
erlangCookie: "${rabbitmq_erlang_cookie}"
resources:
limits:
cpu: "4"
memory: 1Gi
requests:
cpu: 200m
memory: 0.5Gi
redis:
auth:
password: "${redis_password}"
resources:
limits:
cpu: 200m
memory: 64Mi
requests:
cpu: 100m
memory: 32Mi
commonLabels:
stackspin.net/backupSet: "zulip"
master:
resources:
limits:
cpu: 200m
memory: 64Mi
requests:
cpu: 100m
memory: 32Mi
postgresql:
image:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment