Skip to content

Commit

Permalink
Update ECS task definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
koray-datadive committed Jun 3, 2024
1 parent c4d73ca commit f3f48d9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions aws/api-task-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
"volumesFrom": []
}
],
"cpu": "1024",
"cpu": "256",
"executionRoleArn": "arn:aws:iam::574099924710:role/ecsTaskExecutionRole",
"family": "attendence-api",
"memory": "2048",
"memory": "512",
"networkMode": "awsvpc",
"requiresCompatibilities": ["FARGATE"],
"runtimePlatform": {
Expand Down
4 changes: 2 additions & 2 deletions aws/desktop-task-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
"volumesFrom": []
}
],
"cpu": "1024",
"cpu": "256",
"executionRoleArn": "arn:aws:iam::574099924710:role/ecsTaskExecutionRole",
"family": "attendence-desktop",
"memory": "2048",
"memory": "512",
"networkMode": "awsvpc",
"requiresCompatibilities": ["FARGATE"],
"runtimePlatform": {
Expand Down
4 changes: 2 additions & 2 deletions aws/mobile-task-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
"volumesFrom": []
}
],
"cpu": "1024",
"cpu": "256",
"executionRoleArn": "arn:aws:iam::574099924710:role/ecsTaskExecutionRole",
"family": "attendence-mobile",
"memory": "2048",
"memory": "512",
"networkMode": "awsvpc",
"requiresCompatibilities": ["FARGATE"],
"runtimePlatform": {
Expand Down

0 comments on commit f3f48d9

Please sign in to comment.