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

Revert "Increase wordpress CPU limits"

This reverts commit c42aabaa.
parent 5a6ba6fd
No related branches found
No related tags found
No related merge requests found
...@@ -84,12 +84,14 @@ data: ...@@ -84,12 +84,14 @@ data:
commonLabels: commonLabels:
stackspin.net/backupSet: "wordpress" stackspin.net/backupSet: "wordpress"
# It's advisable to set resource limits to prevent your K8s cluster from
# crashing
resources: resources:
limits: limits:
cpu: 1000m cpu: 500m
memory: 512Mi memory: 512Mi
requests: requests:
cpu: 250m cpu: 100m
memory: 256Mi memory: 256Mi
ingress: 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