Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# LICENSE owner
LICENSE @chkp-liavt
3 changes: 3 additions & 0 deletions aws/templates/gwlb-asg/gwlb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -779,6 +779,9 @@ Resources:
Listener:
Type: AWS::ElasticLoadBalancingV2::Listener
Properties:
ListenerAttributes:
- Key: tcp.idle_timeout.seconds
Value: 3600
DefaultActions:
- Type: forward
TargetGroupArn: !Ref TargetGroup
Expand Down
3 changes: 3 additions & 0 deletions aws/templates/gwlb-asg/qs-gwlb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -947,6 +947,9 @@ Resources:
Listener:
Type: AWS::ElasticLoadBalancingV2::Listener
Properties:
ListenerAttributes:
- Key: tcp.idle_timeout.seconds
Value: 3600
DefaultActions:
- Type: forward
TargetGroupArn: !Ref TargetGroup
Expand Down