diff --git a/deploy/task-definition-template.json b/deploy/task-definition-template.json index 96cd90e..32a6f48 100644 --- a/deploy/task-definition-template.json +++ b/deploy/task-definition-template.json @@ -12,7 +12,6 @@ "containerPort": 80 } ], - "cpu": 0, "environment": [ { "name": "VIRTUAL_HOST", @@ -32,7 +31,7 @@ } ], "mountPoints": [], - "memory": 128, + "memoryReservation": 128, "volumesFrom": [], "image": "${IMAGE_URL}", "essential": true, @@ -47,4 +46,4 @@ } } ] -} \ No newline at end of file +}