From 26d20090926c8604e54474126023a700d00c73b8 Mon Sep 17 00:00:00 2001 From: Darren Reid Date: Wed, 3 Mar 2021 17:24:56 +1100 Subject: [PATCH] Update task-definition-template.json --- deploy/task-definition-template.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/deploy/task-definition-template.json b/deploy/task-definition-template.json index 8943893..43d17c0 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", @@ -36,7 +35,7 @@ } ], "mountPoints": [], - "memory": 128, + "memoryReservation": 128, "volumesFrom": [], "image": "${IMAGE_URL}", "essential": true, @@ -65,4 +64,4 @@ "name": "redis" } ] -} \ No newline at end of file +}