Skip to content

Commit

Permalink
feat(poketwo): increase redis pvc size
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni committed Aug 26, 2024
1 parent 3884a8d commit fe334eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/poketwo/redis.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
architecture = "standalone";
usePassword = true;
master = {
persistence.size = "32Gi";
persistence.size = "64Gi";
resources = {
requests = { memory = "10Gi"; };
limits = { memory = "10Gi"; cpu = "200m"; };
Expand Down

0 comments on commit fe334eb

Please sign in to comment.