Skip to content

Commit 71ba2f7

Browse files
authored
Update task-definition-template.json
1 parent 2096fc9 commit 71ba2f7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

deploy/task-definition-template.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"containerPort": 5000
1313
}
1414
],
15-
"cpu": 0,
1615
"environment": [
1716
{
1817
"name": "VIRTUAL_HOST",
@@ -32,7 +31,7 @@
3231
}
3332
],
3433
"mountPoints": [],
35-
"memory": 128,
34+
"memoryReservation": 128,
3635
"volumesFrom": [],
3736
"image": "${IMAGE_URL}",
3837
"essential": true,
@@ -47,4 +46,4 @@
4746
}
4847
}
4948
]
50-
}
49+
}

0 commit comments

Comments
 (0)