Skip to content

Commit

Permalink
update local gateway information
Browse files Browse the repository at this point in the history
Signed-off-by: jooho lee <ljhiyh@gmail.com>
  • Loading branch information
Jooho committed Jun 6, 2024
1 parent 1f3a0a4 commit 88ad19e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/overlays/odh/inferenceservice-config-patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ data:
{
"ingressGateway" : "knative-serving/knative-ingress-gateway",
"ingressService" : "istio-ingressgateway.istio-system.svc.cluster.local",
"localGateway" : "knative-serving/knative-local-gateway",
"localGatewayService" : "knative-local-gateway.istio-system.svc.cluster.local",
"localGateway" : "istio-system/kserve-local-gateway",
"localGatewayService" : "kserve-local-gateway.istio-system.svc.cluster.local",
"ingressDomain" : "example.com",
"ingressClassName" : "istio",
"domainTemplate": "{{ .Name }}-{{ .Namespace }}.{{ .IngressDomain }}",
Expand Down

0 comments on commit 88ad19e

Please sign in to comment.