openvidu-deployment: Update default max number of media nodes to 5 to match the other clouds
This commit is contained in:
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…
x
Reference in New Issue
Block a user