scale down ollama-ui, netbox, tandoor to free cluster memory

Disabled after 2026-03-14 node2 OOM incident. Frees ~5GB memory limits.
This commit is contained in:
Viktor Barzin 2026-03-14 16:30:08 +00:00
parent 2be858f616
commit ef4cfc146a
3 changed files with 6 additions and 3 deletions

View file

@ -52,7 +52,8 @@ resource "kubernetes_deployment" "netbox" {
}
}
spec {
replicas = 1
# Disabled: reduce cluster memory pressure (2026-03-14 OOM incident)
replicas = 0
strategy {
type = "Recreate"
}