openvidu-deployment: Update default instance type to e2-standard-4 for improved performance
This commit is contained in:
parent
0894097546
commit
d74c2d03ea
@ -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" {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user