Skip to content

Commit 4acccf2

Browse files
gitkvarkJoAngel8
authored andcommitted
Change instance size to fit all pods
1 parent 3ecf196 commit 4acccf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/provisioning/prod/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module "eks" {
1010
node_group_1 = {
1111
name = "node-group-1"
1212

13-
instance_types = ["t3.small"]
13+
instance_types = ["t3.medium"]
1414

1515
min_size = 4
1616
max_size = 6

0 commit comments

Comments
 (0)