Skip to content

Commit

Permalink
chore: increase replica storage
Browse files Browse the repository at this point in the history
  • Loading branch information
wanglonghong committed Jul 16, 2024
1 parent 0d5c8da commit 6bfcc3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/mainnet/prod/backend/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ module "cartographer_db_replica" {
depends_on = [module.cartographer_db]
replica_identifier = "rds-postgres-cartographer-replica-${var.environment}"
instance_class = "db.t4g.2xlarge"
allocated_storage = 150
allocated_storage = 250

name = module.cartographer_db.db_instance_name
username = module.cartographer_db.db_instance_username
Expand Down

0 comments on commit 6bfcc3a

Please sign in to comment.