Skip to content

Commit

Permalink
Adjusting preprod instance type
Browse files Browse the repository at this point in the history
  • Loading branch information
gitkvark committed Jan 8, 2024
1 parent 5aeece7 commit 1dfded4
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 1dfded4

Please sign in to comment.