Skip to content

Commit ff2c4d3

Browse files
committed
Set QA RDS max ACUs to 16
This brings qa in-line with production for performance tests.
1 parent 181fad5 commit ff2c4d3

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

terraform/app/env/qa.tfvars

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ http_hosts = {
2222
MAVIS__HOST = "qa.mavistesting.com"
2323
MAVIS__GIVE_OR_REFUSE_CONSENT_HOST = "qa.mavistesting.com"
2424
}
25-
appspec_bucket = "nhse-mavis-appspec-bucket-qa"
26-
minimum_web_replicas = 2
27-
maximum_web_replicas = 4
28-
container_insights = "enhanced"
25+
appspec_bucket = "nhse-mavis-appspec-bucket-qa"
26+
minimum_web_replicas = 2
27+
maximum_web_replicas = 4
28+
max_aurora_capacity_units = 16
29+
container_insights = "enhanced"

0 commit comments

Comments
 (0)