We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 044930a commit 027618bCopy full SHA for 027618b
infra/terraform/variables.tf
@@ -36,12 +36,12 @@ variable "ip_cidr_range" {
36
}
37
38
variable "gke_num_nodes" {
39
- default = 2
+ default = 5
40
description = "The number of gke nodes"
41
42
43
variable "machine_type" {
44
- default = "e2-standard-2"
+ default = "e2-standard-4"
45
description = "The machine type"
46
47
0 commit comments