From a3f55b37de6c78c2d1cb24fd119cd1fedd0a2745 Mon Sep 17 00:00:00 2001 From: Fernando Alvarez Date: Wed, 16 Aug 2023 12:11:30 -0300 Subject: [PATCH] Include cpu and memory settings in ecs-task.definition.json --- .aws/ecs-task.definition.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.aws/ecs-task.definition.json b/.aws/ecs-task.definition.json index 9a8283a..06812df 100644 --- a/.aws/ecs-task.definition.json +++ b/.aws/ecs-task.definition.json @@ -8,6 +8,8 @@ { "name": "kotlincrud-pg", "image": "to be updated by github action", + "cpu": 256, + "memory": 512, "portMappings": [ { "containerPort": 8080,