Skip to content

Commit

Permalink
fix(xray): removing aws xray
Browse files Browse the repository at this point in the history
  • Loading branch information
bassrock committed Aug 28, 2024
1 parent 6a13f44 commit 62c1c60
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions infrastructure/braze-content-proxy/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,18 +128,6 @@ class BrazeContentProxy extends TerraformStack {
},
],
},
{
name: 'xray-daemon',
containerImage: 'public.ecr.aws/xray/aws-xray-daemon:latest',
portMappings: [
{
hostPort: 2000,
containerPort: 2000,
protocol: 'udp',
},
],
command: ['--region', 'us-east-1', '--local-mode'],
},
],
codeDeploy: {
useCodeDeploy: true,
Expand Down

0 comments on commit 62c1c60

Please sign in to comment.