Skip to content
Snippets Groups Projects
Verified Commit 7d560d6c authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(mastodon): Fix weird CPU limit

This patch fixes the weird CPU limit on sidekiq which causes
various dashboards to be blown out of proportion.
parent d8e5e6e1
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ data:
sidekiq:
resources:
limits:
cpu: "500"
cpu: 500m
memory: 1Gi
requests:
cpu: 50m
......
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