Skip to content

Commit

Permalink
Add xray
Browse files Browse the repository at this point in the history
  • Loading branch information
branberry committed Nov 1, 2023
1 parent 2e55f24 commit 32229d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cdk-infra/lib/constructs/worker/worker-construct.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ export class WorkerConstruct extends Construct {
image: ContainerImage.fromRegistry('amazon/aws-xray-daemon'),
portMappings: [
{
hostPort: 0,
protocol: Protocol.UDP,
containerPort: 2000,
},
Expand Down

0 comments on commit 32229d5

Please sign in to comment.