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 3e7b150779
commit fe24ac57c9

View file

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