Set correct nuimber of controller replicas
This commit is contained in:
parent
d9a575f0e6
commit
d5663f23e1
|
@ -44,7 +44,7 @@ variable "workerdcreplicas" {
|
|||
|
||||
# Replicas per datacenter
|
||||
variable "controllerdcreplicas" {
|
||||
default = "2"
|
||||
default = "1"
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue