Skip to content

Commit 9093e53

Browse files
committed
Increase GKE node size to e2-standard-2
Bumps the node machine type from e2-small to e2-standard-2 to provide more CPU and memory headroom for the cluster.
1 parent edd93af commit 9093e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/pkg/providers/gcp/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ func (p *Provider) CreateCluster(ctx *pulumi.Context, environment string) (*prov
129129
// Node pool configuration
130130
NodeCount: pulumi.Int(2),
131131
NodeConfig: &container.NodePoolNodeConfigArgs{
132-
MachineType: pulumi.String("e2-small"),
132+
MachineType: pulumi.String("e2-standard-2"),
133133
DiskSizeGb: pulumi.Int(20),
134134
DiskType: pulumi.String("pd-standard"),
135135
},

0 commit comments

Comments
 (0)