diff --git a/stacks/changedetection/main.tf b/stacks/changedetection/main.tf index 517b01ed..93f7752d 100644 --- a/stacks/changedetection/main.tf +++ b/stacks/changedetection/main.tf @@ -76,7 +76,7 @@ resource "kubernetes_deployment" "changedetection" { } } spec { - replicas = 0 # Scaled down — sockpuppetbrowser (headless Chromium sidecar) causes node OOM + replicas = 1 strategy { type = "Recreate" } diff --git a/stacks/f1-stream/main.tf b/stacks/f1-stream/main.tf index fd6f86a3..54ef028c 100644 --- a/stacks/f1-stream/main.tf +++ b/stacks/f1-stream/main.tf @@ -64,7 +64,7 @@ resource "kubernetes_deployment" "f1-stream" { } } spec { - replicas = 0 # Scaled down for cluster stability — periodic scans cause memory pressure + replicas = 1 selector { match_labels = { app = "f1-stream"