diff --git a/openvidu-deployment/pro/elastic/gcp/variables.tf b/openvidu-deployment/pro/elastic/gcp/variables.tf index 6f39ca026..d23e6bf8c 100644 --- a/openvidu-deployment/pro/elastic/gcp/variables.tf +++ b/openvidu-deployment/pro/elastic/gcp/variables.tf @@ -112,7 +112,7 @@ variable "minNumberOfMediaNodes" { variable "maxNumberOfMediaNodes" { description = "Maximum number of media nodes to deploy" type = number - default = 2 + default = 5 } variable "scaleTargetCPU" { diff --git a/openvidu-deployment/pro/ha/gcp/variables.tf b/openvidu-deployment/pro/ha/gcp/variables.tf index 5f0fdee40..83aa67896 100644 --- a/openvidu-deployment/pro/ha/gcp/variables.tf +++ b/openvidu-deployment/pro/ha/gcp/variables.tf @@ -122,7 +122,7 @@ variable "minNumberOfMediaNodes" { variable "maxNumberOfMediaNodes" { description = "Maximum number of media nodes to deploy" type = number - default = 2 + default = 5 } variable "scaleTargetCPU" {