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

Set zulip resource limits

parent 187fa7ee
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,13 @@ data:
stackspin.net/backupSet: "zulip"
podAnnotations:
backup.velero.io/backup-volumes: "zulip-persistent-storage"
resources:
limits:
cpu: 1000m
memory: 1.5Gi
requests:
cpu: 400m
memory: 1Gi
memcached:
memcachedPassword: "${memcached_password}"
......@@ -107,13 +114,6 @@ data:
SECRETS_social_auth_oidc_secret: "${client_secret}"
# Enable "low memory mode", queue workers run 1 multithreaded process
QUEUE_WORKERS_MULTIPROCESS: 'False'
resources:
limits:
cpu: 1000m
memory: 1.5Gi
requests:
cpu: 400m
memory: 1Gi
persistence:
existingClaim: zulip-data
......
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