Skip to content

Commit

Permalink
fix: comments
Browse files Browse the repository at this point in the history
Signed-off-by: Sandor Szücs <sandor.szuecs@zalando.de>
  • Loading branch information
szuecs committed Apr 30, 2024
1 parent 767a687 commit 4def16c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions aws/adapter.go
Expand Up @@ -131,6 +131,7 @@ const (

// DefaultNLBCrossZone specifies the default configuration for cross
// zone load balancing: https://docs.aws.amazon.com/elasticloadbalancing/latest/network/network-load-balancers.html#load-balancer-attributes
// It it is safe to change as per https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-loadbalancer-loadbalancerattribute.html#aws-properties-elasticloadbalancingv2-loadbalancer-loadbalancerattribute-properties
DefaultNLBCrossZone = false
DefaultNLBHTTPEnabled = false

Expand Down
1 change: 0 additions & 1 deletion aws/cf_template.go
Expand Up @@ -308,7 +308,6 @@ func generateTemplate(spec *stackSpec) (string, error) {
},
)

println("HERE: ", spec.nlbZoneAffinity)
lbAttrList = append(lbAttrList,
cloudformation.ElasticLoadBalancingV2LoadBalancerLoadBalancerAttribute{
// https://docs.aws.amazon.com/elasticloadbalancing/latest/network/network-load-balancers.html#load-balancer-attributes
Expand Down

0 comments on commit 4def16c

Please sign in to comment.