Skip to content

Commit

Permalink
Merge pull request #4092 from fad3t/fix-ambassador-resolve-hostname
Browse files Browse the repository at this point in the history
fix(ambassador): don't resolve LB hostname
  • Loading branch information
k8s-ci-robot authored Dec 30, 2023
2 parents 874dd2b + fecd427 commit 99ef39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/ambassador_host.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ func (sc *ambassadorHostSource) targetsFromAmbassadorLoadBalancer(ctx context.Co
return nil, err
}

var targets = extractLoadBalancerTargets(svc, true)
var targets = extractLoadBalancerTargets(svc, false)

return targets, nil
}
Expand Down

0 comments on commit 99ef39e

Please sign in to comment.