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" {
description = "Specifies the GCE machine type for your OpenVidu instance"
type = string
default = "e2-standard-2"
default = "e2-standard-4"
}
variable "bucketName" {

View File

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

View File

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