openvidu-deployment: GCP - Update instance type defaults to e2-standard-4 for improved performance and consistency between clouds

master
Piwccle 2026-02-05 18:42:34 +01:00
parent 969077e755
commit 41b836a05b
3 changed files with 5 additions and 5 deletions

View File

@ -88,7 +88,7 @@ variable "initialMeetApiKey" {
variable "instanceType" { variable "instanceType" {
description = "Specifies the GCE machine type for your OpenVidu instance" description = "Specifies the GCE machine type for your OpenVidu instance"
type = string type = string
default = "e2-standard-2" default = "e2-standard-4"
} }
variable "bucketName" { variable "bucketName" {

View File

@ -88,13 +88,13 @@ variable "initialMeetApiKey" {
variable "masterNodeInstanceType" { variable "masterNodeInstanceType" {
description = "Specifies the GCE machine type for your OpenVidu Master Node" description = "Specifies the GCE machine type for your OpenVidu Master Node"
type = string type = string
default = "e2-standard-2" default = "e2-standard-4"
} }
variable "mediaNodeInstanceType" { variable "mediaNodeInstanceType" {
description = "Specifies the GCE machine type for your OpenVidu Media Nodes" description = "Specifies the GCE machine type for your OpenVidu Media Nodes"
type = string type = string
default = "e2-standard-2" default = "e2-standard-4"
} }
variable "initialNumberOfMediaNodes" { variable "initialNumberOfMediaNodes" {

View File

@ -88,7 +88,7 @@ variable "initialMeetApiKey" {
variable "masterNodesInstanceType" { variable "masterNodesInstanceType" {
description = "Specifies the GCE machine type for your OpenVidu Master Node" description = "Specifies the GCE machine type for your OpenVidu Master Node"
type = string type = string
default = "e2-standard-2" default = "e2-standard-4"
} }
variable "masterNodesDiskSize" { variable "masterNodesDiskSize" {
@ -104,7 +104,7 @@ variable "masterNodesDiskSize" {
variable "mediaNodeInstanceType" { variable "mediaNodeInstanceType" {
description = "Specifies the GCE machine type for your OpenVidu Media Nodes" description = "Specifies the GCE machine type for your OpenVidu Media Nodes"
type = string type = string
default = "e2-standard-2" default = "e2-standard-4"
} }
variable "initialNumberOfMediaNodes" { variable "initialNumberOfMediaNodes" {