diff --git a/stacks/postiz/modules/postiz/main.tf b/stacks/postiz/modules/postiz/main.tf index 16910440..63f436c9 100644 --- a/stacks/postiz/modules/postiz/main.tf +++ b/stacks/postiz/modules/postiz/main.tf @@ -207,10 +207,10 @@ resource "helm_release" "postiz" { resources = { requests = { cpu = "100m" - memory = "512Mi" + memory = "2Gi" } limits = { - memory = "4Gi" + memory = "3Gi" } }