Skip to content

Commit

Permalink
PCP-3045: Fix wrong IdleTimeout for Control Plane LB
Browse files Browse the repository at this point in the history
  • Loading branch information
jayesh-srivastava committed Jun 12, 2024
1 parent d686f74 commit 85bc741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure/scope/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ func (s *ClusterScope) LBSpecs() []azure.ResourceSpecGetter {
Type: s.ControlPlaneOutboundLB().Type,
SKU: s.ControlPlaneOutboundLB().SKU,
BackendPoolName: s.OutboundPoolName(azure.GenerateControlPlaneOutboundLBName(s.ClusterName())),
IdleTimeoutInMinutes: s.NodeOutboundLB().IdleTimeoutInMinutes,
IdleTimeoutInMinutes: s.ControlPlaneOutboundLB().IdleTimeoutInMinutes,
Role: infrav1.ControlPlaneOutboundRole,
AdditionalTags: s.AdditionalTags(),
})
Expand Down

0 comments on commit 85bc741

Please sign in to comment.