scale up f1-stream and changedetection [ci skip]
This commit is contained in:
parent
6478097e2d
commit
c7bcd5b8b5
2 changed files with 2 additions and 2 deletions
|
|
@ -76,7 +76,7 @@ resource "kubernetes_deployment" "changedetection" {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
spec {
|
spec {
|
||||||
replicas = 0 # Scaled down — sockpuppetbrowser (headless Chromium sidecar) causes node OOM
|
replicas = 1
|
||||||
strategy {
|
strategy {
|
||||||
type = "Recreate"
|
type = "Recreate"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,7 @@ resource "kubernetes_deployment" "f1-stream" {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
spec {
|
spec {
|
||||||
replicas = 0 # Scaled down for cluster stability — periodic scans cause memory pressure
|
replicas = 1
|
||||||
selector {
|
selector {
|
||||||
match_labels = {
|
match_labels = {
|
||||||
app = "f1-stream"
|
app = "f1-stream"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue