Skip to content

Commit

Permalink
ease off deployment a little to avoid downtime
Browse files Browse the repository at this point in the history
  • Loading branch information
farkmarnum committed Feb 6, 2021
1 parent 3f1d1b7 commit 0aae22c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cloudformation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,11 @@ Resources:
Protocol: HTTP
VpcId: !Ref VPC
HealthCheckIntervalSeconds: 10
HealthyThresholdCount: 2
HealthyThresholdCount: 3
HealthCheckProtocol: HTTP
TargetGroupAttributes:
- Key: deregistration_delay.timeout_seconds
Value: 15
Value: 30

FrontendMainListener:
Type: 'AWS::ElasticLoadBalancingV2::Listener'
Expand Down Expand Up @@ -227,11 +227,11 @@ Resources:
Protocol: HTTP
VpcId: !Ref VPC
HealthCheckIntervalSeconds: 10
HealthyThresholdCount: 2
HealthyThresholdCount: 3
HealthCheckProtocol: HTTP
TargetGroupAttributes:
- Key: deregistration_delay.timeout_seconds
Value: 15
Value: 30

BackendMainListener:
Type: 'AWS::ElasticLoadBalancingV2::Listener'
Expand Down

0 comments on commit 0aae22c

Please sign in to comment.