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

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

Increase CPU limit to 4 for NC rabbitmq and wordpress

Closes #1140

See merge request stackspin/stackspin!839
parents 03899668 ab18694c
No related branches found
No related tags found
No related merge requests found
......@@ -163,7 +163,7 @@ data:
enabled: false
resources:
limits:
cpu: 500m
cpu: "4"
memory: 512Mi
requests:
cpu: 200m
......
......@@ -88,7 +88,7 @@ data:
# crashing
resources:
limits:
cpu: 500m
cpu: "4"
memory: 512Mi
requests:
cpu: 100m
......
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