Skip to content

Commit

Permalink
fix issue with taskdef
Browse files Browse the repository at this point in the history
  • Loading branch information
nleroy917 committed Jul 18, 2024
1 parent a13ea96 commit 60eda14
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions deployment/task_defs/primary.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"family": "pephub-task",
"containerDefinitions": [
{
"name": "pephub-container",
"cpu": "512",
"name": "pephub-container",
"cpu": 512,
"memory": 6096,
"memoryReservation": 512,
"memoryReservation": 512,
"portMappings": [
{
"hostPort": 8120,
Expand Down Expand Up @@ -108,9 +108,7 @@
"placementConstraints": [],
"taskRoleArn": "ecsTaskExecutionRole",
"pidMode": null,
"requiresCompatibilities": [
"EC2"
],
"requiresCompatibilities": ["EC2"],
"networkMode": "bridge",
"inferenceAccelerators": null,
"proxyConfiguration": null,
Expand Down

0 comments on commit 60eda14

Please sign in to comment.