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 d25fe33363
commit b5c16a0c15
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 1 additions and 1 deletions

View file

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

Binary file not shown.