Skip to content

Commit

Permalink
Fixing dumb mistake with right size consul instances.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ardiea committed Feb 7, 2023
1 parent 900cabc commit 2d0a948
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ config:
aws:region: us-east-1
environment:business_unit: residential-staging
environment:vpc_reference: residential_mitx_staging_vpc
consul:instance_type: "t3a.nano"
consul:instance_type: burstable_nano
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ config:
aws:region: us-east-1
environment:business_unit: residential
environment:vpc_reference: residential_mitx_vpc
consul:instance_type: "t3a.nano"
consul:instance_type: burstable_nano
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ config:
aws:region: us-east-1
environment:business_unit: mitxonline
environment:vpc_reference: mitxonline_vpc
consul:instance_type: "t3a.nano"
consul:instance_type: burstable_nano
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ config:
aws:region: us-east-1
environment:business_unit: operations
environment:vpc_reference: operations_vpc
consul:instance_type: "t3a.nano"
consul:instance_type: burstable_nano
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ config:
aws:region: us-east-1
environment:business_unit: mitxpro
environment:vpc_reference: xpro_vpc
consul:instance_type: "t3a.nano"
consul:instance_type: burstable_nano

0 comments on commit 2d0a948

Please sign in to comment.