Skip to content

Commit

Permalink
[DEV-1574] Increase desired_count of cms-ecs in production (#803)
Browse files Browse the repository at this point in the history
  • Loading branch information
datalek authored Apr 3, 2024
1 parent 9aab500 commit a7f9bc5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/many-onions-explain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"infrastructure": patch
---

[DEV-1574] Increase `desired_count` of cms-ecs in production
2 changes: 1 addition & 1 deletion apps/infrastructure/src/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module "cms_ecs_service" {

name = "cms-ecs"
cluster_arn = module.cms_ecs_cluster.arn
desired_count = var.environment == "dev" ? 1 : 0
desired_count = 1
create_task_definition = false
create_iam_role = false
create_task_exec_iam_role = false
Expand Down

0 comments on commit a7f9bc5

Please sign in to comment.