Skip to content

Commit a79372d

Browse files
committed
update local gateway information
Signed-off-by: jooho lee <[email protected]>
1 parent af908a7 commit a79372d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/overlays/odh/inferenceservice-config-patch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ data:
1818
{
1919
"ingressGateway" : "knative-serving/knative-ingress-gateway",
2020
"ingressService" : "istio-ingressgateway.istio-system.svc.cluster.local",
21-
"localGateway" : "knative-serving/knative-local-gateway",
22-
"localGatewayService" : "knative-local-gateway.istio-system.svc.cluster.local",
21+
"localGateway" : "istio-system/kserve-local-gateway",
22+
"localGatewayService" : "kserve-local-gateway.istio-system.svc.cluster.local",
2323
"ingressDomain" : "example.com",
2424
"ingressClassName" : "istio",
2525
"domainTemplate": "{{ .Name }}-{{ .Namespace }}.{{ .IngressDomain }}",

0 commit comments

Comments
 (0)