Skip to content

Commit 8f63852

Browse files
committed
put TODO for agw
Signed-off-by: omar <[email protected]>
1 parent ba7ba13 commit 8f63852

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/kgateway/deployer/agentgateway_parameters.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,8 @@ func (g *agentgatewayParametersHelmValuesGenerator) applyGatewayParametersToHelm
479479
}
480480

481481
svcConfig := gwp.Spec.Kube.GetService()
482-
vals.Gateway.Service = deployer.GetServiceValues(svcConfig)
482+
// TODO: extract loadBalancerIP from Gateway.spec.addresses if service type is LoadBalancer
483+
vals.Gateway.Service = deployer.GetServiceValues(svcConfig, nil)
483484

484485
svcAccountConfig := gwp.Spec.Kube.GetServiceAccount()
485486
vals.Gateway.ServiceAccount = deployer.GetServiceAccountValues(svcAccountConfig)

0 commit comments

Comments
 (0)