From 41b836a05ba9e3b6a4acdd012de90bfa362e879f Mon Sep 17 00:00:00 2001 From: Piwccle Date: Thu, 5 Feb 2026 18:42:34 +0100 Subject: [PATCH] openvidu-deployment: GCP - Update instance type defaults to e2-standard-4 for improved performance and consistency between clouds --- openvidu-deployment/community/singlenode/gcp/variables.tf | 2 +- openvidu-deployment/pro/elastic/gcp/variables.tf | 4 ++-- openvidu-deployment/pro/ha/gcp/variables.tf | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) 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" {