Skip to content

Commit

Permalink
Include cpu and memory settings in ecs-task.definition.json
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoAlvarez28 committed Aug 16, 2023
1 parent c518ba2 commit a3f55b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .aws/ecs-task.definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
{
"name": "kotlincrud-pg",
"image": "to be updated by github action",
"cpu": 256,
"memory": 512,
"portMappings": [
{
"containerPort": 8080,
Expand Down

0 comments on commit a3f55b3

Please sign in to comment.