diff --git a/stacks/actualbudget/factory/main.tf b/stacks/actualbudget/factory/main.tf index 93edaf15..95663e4d 100644 --- a/stacks/actualbudget/factory/main.tf +++ b/stacks/actualbudget/factory/main.tf @@ -149,10 +149,10 @@ resource "kubernetes_deployment" "actualbudget-http-api" { resources { requests = { cpu = "50m" - memory = "128Mi" + memory = "384Mi" } limits = { - memory = "128Mi" + memory = "384Mi" } } diff --git a/stacks/dawarich/main.tf b/stacks/dawarich/main.tf index 8b84a75d..34c3ed94 100644 --- a/stacks/dawarich/main.tf +++ b/stacks/dawarich/main.tf @@ -176,10 +176,10 @@ resource "kubernetes_deployment" "dawarich" { resources { requests = { cpu = "15m" - memory = "768Mi" + memory = "896Mi" } limits = { - memory = "768Mi" + memory = "896Mi" } } } diff --git a/stacks/freshrss/main.tf b/stacks/freshrss/main.tf index f800e58a..4cef01dd 100644 --- a/stacks/freshrss/main.tf +++ b/stacks/freshrss/main.tf @@ -134,10 +134,10 @@ resource "kubernetes_deployment" "freshrss" { resources { requests = { cpu = "15m" - memory = "64Mi" + memory = "256Mi" } limits = { - memory = "64Mi" + memory = "256Mi" } } } diff --git a/stacks/n8n/main.tf b/stacks/n8n/main.tf index ea43d762..8045c334 100644 --- a/stacks/n8n/main.tf +++ b/stacks/n8n/main.tf @@ -196,10 +196,10 @@ resource "kubernetes_deployment" "n8n" { resources { requests = { cpu = "25m" - memory = "512Mi" + memory = "1Gi" } limits = { - memory = "768Mi" + memory = "1Gi" } } } diff --git a/stacks/traefik/modules/traefik/main.tf b/stacks/traefik/modules/traefik/main.tf index 6428322c..3310e20a 100644 --- a/stacks/traefik/modules/traefik/main.tf +++ b/stacks/traefik/modules/traefik/main.tf @@ -201,10 +201,10 @@ resource "helm_release" "traefik" { resources = { requests = { cpu = "100m" - memory = "384Mi" + memory = "768Mi" } limits = { - memory = "384Mi" + memory = "768Mi" } }