diff --git a/stacks/plotting-book/main.tf b/stacks/plotting-book/main.tf index 5ee47bc0..ee7029e9 100644 --- a/stacks/plotting-book/main.tf +++ b/stacks/plotting-book/main.tf @@ -150,11 +150,11 @@ resource "kubernetes_deployment" "plotting-book" { } resources { requests = { - memory = "64Mi" + memory = "128Mi" cpu = "10m" } limits = { - memory = "64Mi" + memory = "256Mi" } } }