lower tuya bridge replicas to 1 as we do not need 3 [ci skip]
This commit is contained in:
parent
83dcda6ce9
commit
280c5a9c2e
3 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ resource "kubernetes_deployment" "tuya-bridge" {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
spec {
|
spec {
|
||||||
replicas = 3
|
replicas = 1
|
||||||
selector {
|
selector {
|
||||||
match_labels = {
|
match_labels = {
|
||||||
app = "tuya-bridge"
|
app = "tuya-bridge"
|
||||||
|
|
|
||||||
Binary file not shown.
BIN
terraform.tfvars
BIN
terraform.tfvars
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue