Authored by jimi

add activity.yoho.cn

{
"containerDefinitions": [
{
"logConfiguration": {
"logDriver": "awslogs",
"options": {
"awslogs-group": "yohobuywap-node-activity",
"awslogs-region": "cn-north-1",
"awslogs-stream-prefix": "yohobuywap-node-activity"
}
},
"portMappings": [
{
"hostPort": 6001,
"protocol": "tcp",
"containerPort": 6001
}
],
"cpu": 400,
"environment": [
{
"name": "NODE_ENV",
"value": "production"
}
],
"ulimits": [
{
"name": "cpu",
"softLimit": 300,
"hardLimit": 400
}
],
"mountPoints": [],
"memory": 900,
"memoryReservation": 700,
"volumesFrom": [],
"image": "860721417875.dkr.ecr.cn-north-1.amazonaws.com.cn/%IMAGE_VERSION%",
"essential": true,
"readonlyRootFilesystem": false,
"privileged": false,
"name": "yohobuywap-node-activity"
},
{
"logConfiguration": {
"logDriver": "awslogs",
"options": {
"awslogs-group": "yohobuywap-node-activity",
"awslogs-region": "cn-north-1",
"awslogs-stream-prefix": "nginx"
}
},
"portMappings": [
{
"hostPort": 80,
"protocol": "tcp",
"containerPort": 80
}
],
"cpu": 300,
"environment": [],
"mountPoints": [],
"memory": 700,
"memoryReservation": 300,
"volumesFrom": [],
"image": "860721417875.dkr.ecr.cn-north-1.amazonaws.com.cn/yoho-online/nginx-activity-yoho-cn:latest",
"essential": true,
"name": "nginx-activity-yoho-cn"
}
],
"memory": "1800",
"taskRoleArn": "",
"family": "yohobuywap-node-activity",
"networkMode": "awsvpc",
"cpu": "900",
"volumes": [],
"placementConstraints": []
}
\ No newline at end of file
... ...