Skip to content

Commit

Permalink
Remove unused http target group
Browse files Browse the repository at this point in the history
  • Loading branch information
shreve committed Sep 2, 2021
1 parent 5cb4cb0 commit ea92f04
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/cluster_cf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -237,18 +237,6 @@ Resources:
VpcId:
Ref: VpcId

AlbTargetGroupHttp:
Type: AWS::ElasticLoadBalancingV2::TargetGroup
Properties:
HealthCheckIntervalSeconds: 60
UnhealthyThresholdCount: 10
HealthCheckPath: /
Name: !Sub ueh-${Tag}-target-group-http
Port: !Ref DefaultAlbForwardPortHttp
Protocol: HTTP
VpcId:
Ref: VpcId

Alb:
Type: AWS::ElasticLoadBalancingV2::LoadBalancer
Properties:
Expand Down

0 comments on commit ea92f04

Please sign in to comment.