Skip to content

Commit

Permalink
scale in k8s cluster to 2 nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-the-programmer committed Aug 27, 2023
1 parent c93625e commit e09a460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linode/lke.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func NewLkeCluster(ctx *pulumi.Context, name string, version string) (pulumi.Str
Label: pulumi.String(name),
Pools: linode.LkeClusterPoolArray{
&linode.LkeClusterPoolArgs{
Count: pulumi.Int(3),
Count: pulumi.Int(2),
Type: pulumi.String("g6-standard-1"),
},
},
Expand Down

0 comments on commit e09a460

Please sign in to comment.