Skip to content

Commit

Permalink
fix(poketwo): increase redis memory
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni committed Jul 30, 2024
1 parent 8440ada commit 4391f82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/poketwo/redis.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
master = {
persistence.size = "32Gi";
resources = {
requests = { memory = "5Gi"; };
limits = { memory = "5Gi"; cpu = "200m"; };
requests = { memory = "10Gi"; };
limits = { memory = "10Gi"; cpu = "200m"; };
};
};
metrics.enabled = true;
Expand Down

0 comments on commit 4391f82

Please sign in to comment.