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

fix(shared): Increase overall CPU limits

This patch should help to better scale software on the cluster, CPU
limits are not that big of a problem.
parent cf5f8051
No related branches found
No related tags found
No related merge requests found
...@@ -6,5 +6,5 @@ spec: ...@@ -6,5 +6,5 @@ spec:
hard: hard:
requests.cpu: "3" requests.cpu: "3"
requests.memory: 6Gi requests.memory: 6Gi
limits.cpu: "6" limits.cpu: "12"
limits.memory: 12Gi limits.memory: 12Gi
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