...
|
...
|
@@ -16,7 +16,7 @@ |
|
|
"containerPort": 6001
|
|
|
}
|
|
|
],
|
|
|
"cpu": 650,
|
|
|
"cpu": 100,
|
|
|
"environment": [
|
|
|
{
|
|
|
"name": "NODE_ENV",
|
...
|
...
|
@@ -24,19 +24,19 @@ |
|
|
}
|
|
|
],
|
|
|
"mountPoints": [],
|
|
|
"memory": 650,
|
|
|
"memoryReservation": 400,
|
|
|
"memory": 200,
|
|
|
"memoryReservation": 100,
|
|
|
"volumesFrom": [],
|
|
|
"image": "860721417875.dkr.ecr.cn-north-1.amazonaws.com.cn/%IMAGE_VERSION%",
|
|
|
"essential": true,
|
|
|
"name": "ufo-app-web"
|
|
|
}
|
|
|
],
|
|
|
"memory": "700",
|
|
|
"memory": "300",
|
|
|
"taskRoleArn": "",
|
|
|
"family": "ufo-app-web",
|
|
|
"networkMode": "awsvpc",
|
|
|
"cpu": "700",
|
|
|
"cpu": "200",
|
|
|
"volumes": [],
|
|
|
"placementConstraints": []
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|