Skip to content

Commit 2255153

Browse files
committed
fix(lb): missing pn
1 parent fd79733 commit 2255153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scaleway/loadbalancers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,7 @@ func (l *loadbalancers) makeCreateBackendRequest(loadbalancer *scwlb.LB, nodePor
10611061
return nil, err
10621062
}
10631063
var serverIPs []string
1064-
if getForceInternalIP(service) {
1064+
if getForceInternalIP(service) || l.pnID != "" {
10651065
serverIPs = extractNodesInternalIps(nodes)
10661066
} else {
10671067
serverIPs = extractNodesExternalIps(nodes)

0 commit comments

Comments
 (0)