lower tuya bridge replicas to 1 as we do not need 3 [ci skip]
This commit is contained in:
parent
3e7b150779
commit
fe24ac57c9
1 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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue