Skip to content
Snippets Groups Projects
Verified Commit c42aabaa authored by Varac's avatar Varac Committed by Maarten de Waard
Browse files

Increase wordpress CPU limits

TRIGGER_JOBS=enable-monitoring,enable-nextcloud,enable-velero,enable-wekan,enable-wordpress,enable-zulip

Closes: #1140
parent 423e057e
No related branches found
No related tags found
1 merge request!827Resolve "Continous CPU Throttling for NC rabbitmq and wordpress pods"
......@@ -84,14 +84,12 @@ data:
commonLabels:
stackspin.net/backupSet: "wordpress"
# It's advisable to set resource limits to prevent your K8s cluster from
# crashing
resources:
limits:
cpu: 500m
cpu: 1000m
memory: 512Mi
requests:
cpu: 100m
cpu: 250m
memory: 256Mi
ingress:
......
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