disable frigate as it is unused but also cpu drives higher power consupmtion [ci skip]

This commit is contained in:
Viktor Barzin 2024-02-18 16:18:47 +00:00
parent 86c9d6eed9
commit 3d792ed5f4

View file

@ -129,7 +129,7 @@ resource "kubernetes_deployment" "frigate" {
}
}
spec {
replicas = 1
replicas = 0 # Temporarily disabled
strategy {
type = "Recreate"
}