openvidu-deployment: Update default instance type to e2-standard-4 for improved performance

This commit is contained in:
Piwccle 2026-02-10 17:36:47 +01:00
parent 0894097546
commit d74c2d03ea

View File

@ -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" {