disable frigate as it is unused but also cpu drives higher power consupmtion [ci skip]
This commit is contained in:
parent
86c9d6eed9
commit
3d792ed5f4
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ resource "kubernetes_deployment" "frigate" {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
spec {
|
spec {
|
||||||
replicas = 1
|
replicas = 0 # Temporarily disabled
|
||||||
strategy {
|
strategy {
|
||||||
type = "Recreate"
|
type = "Recreate"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue