Skip to content

Commit

Permalink
Merge pull request #372 from Jooho/master_update_isvc_config
Browse files Browse the repository at this point in the history
update local gateway information
  • Loading branch information
openshift-merge-bot[bot] authored Jun 21, 2024
2 parents 9a16be4 + 88ad19e commit 03a45bb
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 03a45bb

Please sign in to comment.