Skip to content
Snippets Groups Projects
Commit fbdc6ca7 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

Merge branch '1140-continous-cpu-throttling-for-nc-rabbitmq-and-wordpress-pods' into 'main'

Resolve "Continous CPU Throttling for NC rabbitmq and wordpress pods"

Closes #1140

See merge request stackspin/stackspin!827
parents 2d6dd944 c42aabaa
No related branches found
No related tags found
No related merge requests found
......@@ -179,10 +179,10 @@ data:
enabled: false
resources:
limits:
cpu: 500m
cpu: 750m
memory: 512Mi
requests:
cpu: 200m
cpu: 300m
memory: 256Mi
livenessProbe:
initialDelaySeconds: 180
......
......@@ -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