From d74c2d03ea4c39a77ed18175dccb07b7771a2e28 Mon Sep 17 00:00:00 2001 From: Piwccle Date: Tue, 10 Feb 2026 17:36:47 +0100 Subject: [PATCH] openvidu-deployment: Update default instance type to e2-standard-4 for improved performance --- openvidu-deployment/pro/singlenode/gcp/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvidu-deployment/pro/singlenode/gcp/variables.tf b/openvidu-deployment/pro/singlenode/gcp/variables.tf index 2b65a6817..1d0d05d0e 100644 --- a/openvidu-deployment/pro/singlenode/gcp/variables.tf +++ b/openvidu-deployment/pro/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" {