We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2096fc9 commit 71ba2f7Copy full SHA for 71ba2f7
deploy/task-definition-template.json
@@ -12,7 +12,6 @@
12
"containerPort": 5000
13
}
14
],
15
- "cpu": 0,
16
"environment": [
17
{
18
"name": "VIRTUAL_HOST",
@@ -32,7 +31,7 @@
32
31
33
34
"mountPoints": [],
35
- "memory": 128,
+ "memoryReservation": 128,
36
"volumesFrom": [],
37
"image": "${IMAGE_URL}",
38
"essential": true,
@@ -47,4 +46,4 @@
47
46
48
49
]
50
-}
+}
0 commit comments