scale up f1-stream and changedetection [ci skip]

This commit is contained in:
Viktor Barzin 2026-03-16 07:06:09 +00:00
parent 6478097e2d
commit c7bcd5b8b5
2 changed files with 2 additions and 2 deletions

View file

@ -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"
}

View file

@ -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"