Skip to content

Commit ca4c9c6

Browse files
two-step listener rename
1 parent ba5db46 commit ca4c9c6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

cicd/3-app/aiproxy/template.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@ Resources:
6868
- !ImportValue VPC-PublicSubnetD
6969
- !ImportValue VPC-PublicSubnetE
7070

71-
HttpListener:
72-
Type: AWS::ElasticLoadBalancingV2::Listener
73-
Properties:
74-
DefaultActions:
75-
- Type: forward
76-
TargetGroupArn: !Ref TargetGroup
77-
LoadBalancerArn: !Ref LoadBalancer
78-
Port: 80
79-
Protocol: HTTP
71+
# HttpListener:
72+
# Type: AWS::ElasticLoadBalancingV2::Listener
73+
# Properties:
74+
# DefaultActions:
75+
# - Type: forward
76+
# TargetGroupArn: !Ref TargetGroup
77+
# LoadBalancerArn: !Ref LoadBalancer
78+
# Port: 80
79+
# Protocol: HTTP
8080

8181
HttpsListener:
8282
Type: AWS::ElasticLoadBalancingV2::Listener
@@ -123,7 +123,7 @@ Resources:
123123
ECSService:
124124
Type: "AWS::ECS::Service"
125125
DependsOn:
126-
- HttpListener
126+
# - HttpListener
127127
- HttpsListener
128128
Properties:
129129
Cluster: !Ref ECSCluster

0 commit comments

Comments
 (0)