sclae tuya bridge to 3 pods for resilience [ci skip]

This commit is contained in:
Viktor Barzin 2026-01-10 19:27:57 +00:00
parent 445506b1d5
commit ff9e431544

View file

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