Skip to content

Commit 1336c83

Browse files
Add two more load balancers on agent-qa (#1479)
1 parent f106431 commit 1336c83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

resources/aws/environmentDefaults.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,8 @@ func agentQADefault() environmentDefault {
222222
{listenerArn: "arn:aws:elasticloadbalancing:us-east-1:669783387624:listener/app/fakeintake/de7956e70776e471/ddfa738893c2dc0e", baseHost: ".lb1.fi.qa.dda-testing.com"},
223223
{listenerArn: "arn:aws:elasticloadbalancing:us-east-1:669783387624:listener/app/fakeintake2/d59e26c0a29d8567/52a83f7da0f000ee", baseHost: ".lb2.fi.qa.dda-testing.com"},
224224
{listenerArn: "arn:aws:elasticloadbalancing:us-east-1:669783387624:listener/app/fakeintake3/f90da6a0eaf5638d/647ea5aff700de43", baseHost: ".lb3.fi.qa.dda-testing.com"},
225+
{listenerArn: "arn:aws:elasticloadbalancing:us-east-1:669783387624:listener/app/fakeintake4/44edf96cc2aafe05/56abdf1d1deb8309", baseHost: ".lb4.fi.qa.dda-testing.com"},
226+
{listenerArn: "arn:aws:elasticloadbalancing:us-east-1:669783387624:listener/app/fakeintake5/5aa6bcc44f54eb51/6acfe06ec29c5bd0", baseHost: ".lb5.fi.qa.dda-testing.com"},
225227
},
226228
taskExecutionRole: "arn:aws:iam::669783387624:role/ecsTaskExecutionRole",
227229
taskRole: "arn:aws:iam::669783387624:role/ecsTaskRole",

0 commit comments

Comments
 (0)