Authored by jimi

add ufo-app-web

{
"executionRoleArn": "arn:aws-cn:iam::860721417875:role/ecsTaskExecutionRole",
"containerDefinitions": [
{
"logConfiguration": {
... ... @@ -24,7 +25,6 @@
}
],
"mountPoints": [],
"memory": 200,
"memoryReservation": 100,
"volumesFrom": [],
"image": "860721417875.dkr.ecr.cn-north-1.amazonaws.com.cn/%IMAGE_VERSION%",
... ... @@ -32,11 +32,14 @@
"name": "ufo-app-web"
}
],
"memory": "300",
"memory": "512",
"taskRoleArn": "",
"requiresCompatibilities": [
"FARGATE"
],
"family": "ufo-app-web",
"networkMode": "awsvpc",
"cpu": "200",
"cpu": "256",
"volumes": [],
"placementConstraints": []
}
\ No newline at end of file
... ...