Skip to content

Commit

Permalink
Fix : rewrite task definition
Browse files Browse the repository at this point in the history
  • Loading branch information
D-w-nJ committed Sep 16, 2023
1 parent 8fa62b5 commit 88e92c1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions task-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"awslogs-stream-prefix": "ecs"
}
},
"entryPoint": [],
"entryPoint": null,
"portMappings": [
{
"hostPort": 0,
"protocol": "tcp",
"containerPort": 8080
}
],
"command": [],
"command": null,
"linuxParameters": null,
"cpu": 0,
"environment": [],
Expand All @@ -37,7 +37,7 @@
"memoryReservation": 500,
"volumesFrom": [],
"stopTimeout": null,
"image": "224066583965.dkr.ecr.ap-northeast-2.amazonaws.com/be-repo:latest",
"image": "224066583965.dkr.ecr.ap-northeast-2.amazonaws.com/be-repo",
"startTimeout": null,
"firelensConfiguration": null,
"dependsOn": null,
Expand All @@ -64,7 +64,7 @@
"EXTERNAL",
"EC2"
],
"taskDefinitionArn": "arn:aws:ecs:ap-northeast-2:224066583965:task-definition/be-task:3",
"taskDefinitionArn": "arn:aws:ecs:ap-northeast-2:224066583965:task-definition/be-task:9",
"family": "be-task",
"requiresAttributes": [
{
Expand Down Expand Up @@ -117,7 +117,7 @@
"networkMode": "bridge",
"runtimePlatform": null,
"cpu": null,
"revision": 3,
"revision": 9,
"status": "ACTIVE",
"inferenceAccelerators": null,
"proxyConfiguration": null,
Expand Down

0 comments on commit 88e92c1

Please sign in to comment.