Skip to content

Commit 1ecc1e2

Browse files
change target group port
1 parent a174ab3 commit 1ecc1e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cicd/3-app/aiproxy/template.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ Resources:
5858
ECSTargetGroup:
5959
Type: AWS::ElasticLoadBalancingV2::TargetGroup
6060
Properties:
61-
Port: 5000
62-
Protocol: HTTP
63-
TargetType: ip
6461
# TODO: This copies geocoder, but we should probably have a separate VPC for this service.
6562
VpcId: !ImportValue VPC
63+
Port: 80
64+
TargetType: ip
65+
Protocol: HTTP
6666
HealthCheckIntervalSeconds: 30
6767
HealthCheckPath: /test
6868
HealthCheckProtocol: HTTP

0 commit comments

Comments
 (0)