mirror of https://github.com/OpenVidu/openvidu.git
openvidu-deployment: Update default max number of media nodes to 5 to match the other clouds
parent
83e38ae88a
commit
483fda785a
|
|
@ -112,7 +112,7 @@ variable "minNumberOfMediaNodes" {
|
|||
variable "maxNumberOfMediaNodes" {
|
||||
description = "Maximum number of media nodes to deploy"
|
||||
type = number
|
||||
default = 2
|
||||
default = 5
|
||||
}
|
||||
|
||||
variable "scaleTargetCPU" {
|
||||
|
|
|
|||
|
|
@ -122,7 +122,7 @@ variable "minNumberOfMediaNodes" {
|
|||
variable "maxNumberOfMediaNodes" {
|
||||
description = "Maximum number of media nodes to deploy"
|
||||
type = number
|
||||
default = 2
|
||||
default = 5
|
||||
}
|
||||
|
||||
variable "scaleTargetCPU" {
|
||||
|
|
|
|||
Loading…
Reference in New Issue