Skip to content

Commit

Permalink
updating cf template
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmurakami committed Nov 24, 2020
1 parent 0bd345a commit 6acf8fc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions cloudformation/pizza.template
Original file line number Diff line number Diff line change
Expand Up @@ -152,16 +152,8 @@
"Type": "AWS::ElasticLoadBalancingV2::TargetGroup",
"DependsOn": "PizzaVPCGatewayAttachment",
"Properties": {
"HealthCheckEnabled": true,
"HealthCheckIntervalSeconds": 30,
"HealthCheckPath": "/",
"HealthCheckPort": "3000",
"HealthCheckProtocol": "HTTP",
"HealthCheckTimeoutSeconds": 5,
"HealthyThresholdCount": 10,
"Port": 3000,
"Protocol": "HTTP",
"UnhealthyThresholdCount": 2,
"VpcId": { "Ref": "PizzaVPC" }
}
},
Expand Down

0 comments on commit 6acf8fc

Please sign in to comment.