Skip to content

Commit e4ccf6d

Browse files
authored
Merge pull request #191 from companieshouse/rebel1
Add orders api to rebel1
2 parents a613789 + 8785b99 commit e4ccf6d

File tree

1 file changed

+10
-0
lines changed
  • terraform/groups/ecs-service/profiles/development-eu-west-2/rebel1

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
environment = "rebel1"
2+
aws_profile = "development-eu-west-2"
3+
4+
# service configs
5+
use_set_environment_files = true
6+
7+
# Scheduled scaling of tasks
8+
service_autoscale_enabled = true
9+
service_scaledown_schedule = "55 19 * * ? *"
10+
service_scaleup_schedule = "5 6 * * ? *"

0 commit comments

Comments
 (0)