Skip to content

Commit

Permalink
fix aws_ecs_patterns README having minHealthyPercent in unsupported p…
Browse files Browse the repository at this point in the history
…laced
  • Loading branch information
MarrickLip committed Oct 12, 2024
1 parent 6c9063a commit 6af52c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/aws-cdk-lib/aws-ecs-patterns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ const loadBalancedFargateService = new ecsPatterns.ApplicationMultipleTargetGrou
taskImageOptions: {
image: ecs.ContainerImage.fromRegistry("amazon/amazon-ecs-sample"),
},
minHealthyPercent: 100,
targetGroups: [
{
containerPort: 80,
Expand Down

0 comments on commit 6af52c8

Please sign in to comment.