Skip to content

Commit

Permalink
Adjusting preprod instance type
Browse files Browse the repository at this point in the history
  • Loading branch information
gitkvark authored and JoAngel8 committed Jan 8, 2024
1 parent 5aeece7 commit 2db244c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/provisioning/preprod/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module "eks" {
node_group_1 = {
name = "node-group-1"

instance_types = ["t3.small"]
instance_types = ["t3.medium"]

min_size = 3
max_size = 5
Expand Down

0 comments on commit 2db244c

Please sign in to comment.