Skip to content

Commit

Permalink
Merge pull request #53 from companieshouse/feature/add-live-env
Browse files Browse the repository at this point in the history
adding live env to profiles
  • Loading branch information
akachwala-ch authored Feb 6, 2025
2 parents 137cabb + 09034c4 commit 0e274d9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions terraform/groups/ecs-service/profiles/live-eu-west-2/live/vars
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
environment = "live"
aws_profile = "live-eu-west-2"

log_level = "info"

required_cpus = 768
required_memory = 3584
eric_cpus = 256
eric_memory = 512
service_autoscale_target_value_cpu = 60
desired_task_count = 2
max_task_count = 6
min_task_count = 2

0 comments on commit 0e274d9

Please sign in to comment.