Skip to content

Commit

Permalink
Merge pull request #8 from bcgov/chore/init-container
Browse files Browse the repository at this point in the history
chore: more resources for flyway
  • Loading branch information
mishraomp authored Dec 12, 2024
2 parents 7374b64 + 0d63e31 commit 76dbae5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion infrastructure/api/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ resource "aws_ecs_task_definition" "node_api_task" {
{
name = "${var.app_name}-flyway"
image = "${var.flyway_image}"
cpu = 1024
memory = 2048
essential = false
environment = [
{
Expand Down Expand Up @@ -169,4 +171,4 @@ resource "aws_ecs_service" "node_api_service" {
wait_for_steady_state = true
depends_on = [aws_iam_role_policy_attachment.ecs_task_execution_role]
tags = local.common_tags
}
}

0 comments on commit 76dbae5

Please sign in to comment.