Skip to content

Commit

Permalink
fix(cdk-docker-cluster): public load balancer
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsdaniels committed Jul 4, 2024
1 parent 58b894d commit 0f0bad2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/polite-coats-remain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@codedazur/cdk-docker-cluster": patch
---

The load blancer is now internet-facing.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ export class DockerCluster extends Construct {
enable: true,
rollback: true,
},
publicLoadBalancer: false,
});

if (typeof this.props.service?.tasks === "object") {
Expand Down

0 comments on commit 0f0bad2

Please sign in to comment.