Skip to content

Commit 027618b

Browse files
Improve VMs for GKE nodes
1 parent 044930a commit 027618b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/terraform/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ variable "ip_cidr_range" {
3636
}
3737

3838
variable "gke_num_nodes" {
39-
default = 2
39+
default = 5
4040
description = "The number of gke nodes"
4141
}
4242

4343
variable "machine_type" {
44-
default = "e2-standard-2"
44+
default = "e2-standard-4"
4545
description = "The machine type"
4646
}
4747

0 commit comments

Comments
 (0)