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