mirror of https://github.com/OpenVidu/openvidu.git
openvidu-deployment: GCP - Update instance type defaults to e2-standard-4 for improved performance and consistency between clouds
parent
969077e755
commit
41b836a05b
|
|
@ -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" {
|
||||||
|
|
|
||||||
|
|
@ -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" {
|
||||||
|
|
|
||||||
|
|
@ -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" {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue