diff --git a/deploy/tg/ecs/default.auto.tfvars.json b/deploy/tg/ecs/default.auto.tfvars.json index b3e2e34..52d45fd 100644 --- a/deploy/tg/ecs/default.auto.tfvars.json +++ b/deploy/tg/ecs/default.auto.tfvars.json @@ -1,5 +1,8 @@ { "app_port": 8080, + "cpu": 1024, + "memory": 2048, "health_check_path": "/geonetwork/srv/eng/catalog.search#/home", + "unhealthy_threshold": 10, "nginx_proxy": false }