codepipeline - fixes

This commit is contained in:
Edward Viaene
2020-02-27 18:09:36 +01:00
parent a939c15fb4
commit 520dd3ef53
4 changed files with 10 additions and 7 deletions
+2 -1
View File
@@ -28,7 +28,8 @@ resource "aws_ecs_task_definition" "demo" {
"healthCheck": {
"command": [ "CMD-SHELL", "curl -f http://localhost:3000/ || exit 1" ],
"interval": 30,
"retries": 3
"retries": 3,
"timeout": 5
},
"portMappings": [
{