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