Skip to content

Commit

Permalink
chore: make the ALB public
Browse files Browse the repository at this point in the history
  • Loading branch information
yutaro-sakamoto committed Nov 28, 2024
1 parent b51b78d commit 840cf95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/lib/constructs/ECS/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ export class ECS extends Construct {
image: ecs.ContainerImage.fromTarball(tarballPath),
containerPort: 8080,
},
assignPublicIp: false,
publicLoadBalancer: false,
assignPublicIp: true,
publicLoadBalancer: true,
},
);

Expand Down

0 comments on commit 840cf95

Please sign in to comment.