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