Skip to content

Commit ac53012

Browse files
authored
Merge pull request #395 from navapbc/mdragon-scale-db
Scale the DB based on Audit Reports failing
2 parents d08ca22 + 65a56a3 commit ac53012

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • terraform/modules/gost_postgres

terraform/modules/gost_postgres/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ module "db" {
9595
copy_tags_to_snapshot = true
9696

9797
serverlessv2_scaling_configuration = {
98-
min_capacity = 0.5
99-
max_capacity = 1.5
98+
min_capacity = 2
99+
max_capacity = 4
100100
}
101101

102102
instance_class = "db.serverless"

0 commit comments

Comments
 (0)