Skip to content

Commit 84d52fb

Browse files
mikejamesthompsonthomasleese
authored andcommitted
Scale reporting service in preview and training
1 parent 0d76d1d commit 84d52fb

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

terraform/app/env/preview.tfvars

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ http_hosts = {
1717
valkey_node_type = "cache.t4g.micro"
1818
valkey_log_retention_days = 3
1919
valkey_failover_enabled = false
20+
21+
minimum_reporting_replicas = 2
22+
maximum_reporting_replicas = 4

terraform/app/env/training.tfvars

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ http_hosts = {
2020
valkey_node_type = "cache.t4g.micro"
2121
valkey_log_retention_days = 3
2222
valkey_failover_enabled = false
23+
24+
minimum_reporting_replicas = 2
25+
maximum_reporting_replicas = 4

0 commit comments

Comments
 (0)