From b7eb6d02ae914830413ec5a0a3a823eac4b606f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Hern=C3=A1ndez?= <23639005+israel-hdez@users.noreply.github.com> Date: Mon, 23 Oct 2023 18:49:25 -0600 Subject: [PATCH] Enable Istio Virtual Host MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Partial revert of https://github.com/opendatahub-io/odh-manifests/pull/916, because https://github.com/opendatahub-io/odh-model-controller/pull/84 has been completed. Signed-off-by: Edgar Hernández <23639005+israel-hdez@users.noreply.github.com> --- config/overlays/odh/inferenceservice-config-patch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/overlays/odh/inferenceservice-config-patch.yaml b/config/overlays/odh/inferenceservice-config-patch.yaml index e40682fd0cc..0f6d4f8a328 100644 --- a/config/overlays/odh/inferenceservice-config-patch.yaml +++ b/config/overlays/odh/inferenceservice-config-patch.yaml @@ -24,7 +24,7 @@ data: "ingressClassName" : "istio", "domainTemplate": "{{ .Name }}-{{ .Namespace }}.{{ .IngressDomain }}", "urlScheme": "https", - "disableIstioVirtualHost": true + "disableIstioVirtualHost": false } logger: |- {