Skip to content

Commit

Permalink
Merge pull request #3448 from AlexsLemonade/davidsmejia/scale-up-staging
Browse files Browse the repository at this point in the history
Scale up Staging API to t2.small
  • Loading branch information
davidsmejia authored Oct 31, 2023
2 parents 8fbf245 + 8d67102 commit d95a8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/environments/staging.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ static_bucket_root = ".refine.bio"
database_instance_type = "t3.small"
django_debug = "True"
pg_bouncer_instance_type = "t2.small"
api_instance_type = "t2.micro"
api_instance_type = "t2.small"
dockerhub_repo = "ccdlstaging"
log_level = "INFO"
environment = "staging"
Expand Down

0 comments on commit d95a8e0

Please sign in to comment.