Skip to content

Commit

Permalink
Update ALB target group healthcheck properties
Browse files Browse the repository at this point in the history
  • Loading branch information
monhaque committed Jul 9, 2024
1 parent c1090fe commit ffebda9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -641,11 +641,14 @@ Resources:
ApplicationLoadBalancerTargetGroup:
Type: AWS::ElasticLoadBalancingV2::TargetGroup
Properties:
HealthCheckPort: "3000"
HealthCheckProtocol: HTTP
HealthCheckIntervalSeconds: 10
HealthCheckTimeoutSeconds: 3
HealthCheckPath: /healthcheck/
Port: 3000
HealthCheckProtocol: HTTP
HealthyThresholdCount: 2
Port: 80
Protocol: HTTP
ProtocolVersion: HTTP1
Matcher:
HttpCode: "200"
TargetType: ip
Expand Down

0 comments on commit ffebda9

Please sign in to comment.