openvidu-deployment: Update default max number of media nodes to 5 to match the other clouds

master
Piwccle 2026-01-27 16:37:33 +01:00
parent 83e38ae88a
commit 483fda785a
2 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@ variable "minNumberOfMediaNodes" {
variable "maxNumberOfMediaNodes" { variable "maxNumberOfMediaNodes" {
description = "Maximum number of media nodes to deploy" description = "Maximum number of media nodes to deploy"
type = number type = number
default = 2 default = 5
} }
variable "scaleTargetCPU" { variable "scaleTargetCPU" {

View File

@ -122,7 +122,7 @@ variable "minNumberOfMediaNodes" {
variable "maxNumberOfMediaNodes" { variable "maxNumberOfMediaNodes" {
description = "Maximum number of media nodes to deploy" description = "Maximum number of media nodes to deploy"
type = number type = number
default = 2 default = 5
} }
variable "scaleTargetCPU" { variable "scaleTargetCPU" {