Skip to content

Commit 3c2b7e2

Browse files
authored
Update task-definition-template.json
1 parent c3433c0 commit 3c2b7e2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

deploy/task-definition-template.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"containerPort": 80
1313
}
1414
],
15-
"cpu": 0,
1615
"environment": [
1716
{
1817
"name": "VIRTUAL_HOST",
@@ -36,7 +35,7 @@
3635
}
3736
],
3837
"mountPoints": [],
39-
"memory": 128,
38+
"memoryReservation": 128,
4039
"volumesFrom": [],
4140
"image": "${IMAGE_URL}",
4241
"essential": true,
@@ -65,4 +64,4 @@
6564
"name": "redis"
6665
}
6766
]
68-
}
67+
}

0 commit comments

Comments
 (0)