mirror of https://github.com/OpenVidu/openvidu.git
openvidu-deployment: Update default instance type to e2-standard-4 for improved performance
parent
0894097546
commit
d74c2d03ea
|
|
@ -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" {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue