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

Remove zulip CPU limits (#1140)

parent 70526ff6
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,6 @@ data:
backup.velero.io/backup-volumes: "zulip-persistent-storage"
resources:
limits:
cpu: "4"
memory: 2.5Gi
requests:
cpu: 400m
......@@ -79,7 +78,6 @@ data:
memcachedPassword: "${memcached_password}"
resources:
limits:
cpu: 200m
memory: 256Mi
requests:
cpu: 100m
......@@ -91,7 +89,6 @@ data:
erlangCookie: "${rabbitmq_erlang_cookie}"
resources:
limits:
cpu: "4"
memory: 1Gi
requests:
cpu: 200m
......@@ -105,7 +102,6 @@ data:
master:
resources:
limits:
cpu: 200m
memory: 64Mi
requests:
cpu: 100m
......@@ -123,7 +119,6 @@ data:
postgresqlPassword: "${postgresql_password}"
resources:
limits:
cpu: 400m
memory: 256Mi
requests:
cpu: 200m
......
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