diff --git a/openvidu-deployment/community/singlenode/gcp/variables.tf b/openvidu-deployment/community/singlenode/gcp/variables.tf index 0930003a8..668707d84 100644 --- a/openvidu-deployment/community/singlenode/gcp/variables.tf +++ b/openvidu-deployment/community/singlenode/gcp/variables.tf @@ -88,7 +88,7 @@ variable "initialMeetApiKey" { variable "instanceType" { description = "Specifies the GCE machine type for your OpenVidu instance" type = string - default = "e2-standard-2" + default = "e2-standard-4" } variable "bucketName" { diff --git a/openvidu-deployment/pro/elastic/gcp/variables.tf b/openvidu-deployment/pro/elastic/gcp/variables.tf index 64d66b7be..b55f3084a 100644 --- a/openvidu-deployment/pro/elastic/gcp/variables.tf +++ b/openvidu-deployment/pro/elastic/gcp/variables.tf @@ -88,13 +88,13 @@ variable "initialMeetApiKey" { variable "masterNodeInstanceType" { description = "Specifies the GCE machine type for your OpenVidu Master Node" type = string - default = "e2-standard-2" + default = "e2-standard-4" } variable "mediaNodeInstanceType" { description = "Specifies the GCE machine type for your OpenVidu Media Nodes" type = string - default = "e2-standard-2" + default = "e2-standard-4" } variable "initialNumberOfMediaNodes" { diff --git a/openvidu-deployment/pro/ha/gcp/variables.tf b/openvidu-deployment/pro/ha/gcp/variables.tf index 2ab77e534..c42e3baa3 100644 --- a/openvidu-deployment/pro/ha/gcp/variables.tf +++ b/openvidu-deployment/pro/ha/gcp/variables.tf @@ -88,7 +88,7 @@ variable "initialMeetApiKey" { variable "masterNodesInstanceType" { description = "Specifies the GCE machine type for your OpenVidu Master Node" type = string - default = "e2-standard-2" + default = "e2-standard-4" } variable "masterNodesDiskSize" { @@ -104,7 +104,7 @@ variable "masterNodesDiskSize" { variable "mediaNodeInstanceType" { description = "Specifies the GCE machine type for your OpenVidu Media Nodes" type = string - default = "e2-standard-2" + default = "e2-standard-4" } variable "initialNumberOfMediaNodes" {