Skip to content

Commit d68af17

Browse files
authored
chore(CI): fix window node pool test (#2103)
1 parent bff49e1 commit d68af17

File tree

1 file changed

+1
-1
lines changed
  • examples/simple_windows_node_pool

1 file changed

+1
-1
lines changed

examples/simple_windows_node_pool/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ module "gke" {
6363
autoscaling = false
6464
auto_upgrade = true
6565
node_count = 1
66-
machine_type = "n2-standard-2"
66+
machine_type = "n2-standard-4"
6767
image_type = "WINDOWS_LTSC_CONTAINERD"
6868
},
6969
]

0 commit comments

Comments
 (0)