lower tuya bridge replicas to 1 as we do not need 3 [ci skip]

This commit is contained in:
Viktor Barzin 2025-12-01 20:41:22 +00:00
parent 83dcda6ce9
commit 280c5a9c2e
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
3 changed files with 1 additions and 1 deletions

View file

@ -28,7 +28,7 @@ resource "kubernetes_deployment" "tuya-bridge" {
}
}
spec {
replicas = 3
replicas = 1
selector {
match_labels = {
app = "tuya-bridge"

Binary file not shown.

Binary file not shown.