Skip to content

Commit

Permalink
Increase storage by 5x
Browse files Browse the repository at this point in the history
Per cloud.gov, we are running out of space in the rds in production.
This should *hopefully* sort that out and future proof it.
  • Loading branch information
asteel-gsa committed Aug 28, 2024
1 parent 2a16a0d commit e93ab1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/production/production.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module "production" {
postgrest_instances = 4
json_params = jsonencode(
{
"storage" : 50,
"storage" : 250,
}
)
}
Expand Down

0 comments on commit e93ab1e

Please sign in to comment.