From c7bcd5b8b579f2ea0084126ef9ac847ed60496a6 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Mon, 16 Mar 2026 07:06:09 +0000 Subject: [PATCH] scale up f1-stream and changedetection [ci skip] --- stacks/changedetection/main.tf | 2 +- stacks/f1-stream/main.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"