Skip to content

Commit

Permalink
ci: adjust deployment size
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1230 committed Dec 19, 2023
1 parent e2a093c commit e9f9ac7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
"typescript.enablePromptUseWorkspaceTsdk": true,
"[terraform]": {
"editor.defaultFormatter": "hashicorp.terraform"
},
"[terraform-vars]": {
"editor.defaultFormatter": "hashicorp.terraform"
}
}
4 changes: 2 additions & 2 deletions terraform/shared/service.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ resource "aws_ecs_task_definition" "main" {
family = local.name
network_mode = "awsvpc"
requires_compatibilities = ["FARGATE"]
cpu = "1024"
memory = "2048"
cpu = "256"
memory = "512"
execution_role_arn = aws_iam_role.task_execution.arn
tags = local.common_tags

Expand Down

0 comments on commit e9f9ac7

Please sign in to comment.