-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #153 from companieshouse/feature/cc-1590-sandbox-pscs
Add sandbox env for psc data
- Loading branch information
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
terraform/groups/ecs-service/profiles/live-eu-west-2/livesbox/vars
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
environment = "livesbox" | ||
aws_profile = "live-eu-west-2" | ||
|
||
# service configs | ||
use_set_environment_files = true |
11 changes: 11 additions & 0 deletions
11
terraform/groups/ecs-service/profiles/staging-eu-west-2/stagsbox/vars
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
environment = "stagsbox" | ||
aws_profile = "staging-eu-west-2" | ||
|
||
# service configs | ||
use_set_environment_files = true | ||
log_level = "trace" | ||
|
||
# Scheduled scaling of tasks | ||
service_autoscale_enabled = true | ||
service_scaledown_schedule = "55 19 * * ? *" | ||
service_scaleup_schedule = "5 6 * * ? *" |