Skip to content

Commit e29e4eb

Browse files
authored
Updated the domain template the automatically use example.com so users don't have to manually change it. (#526)
1 parent 4c9dc9e commit e29e4eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ data:
3232
"localGatewayService" : "kserve-local-gateway.istio-system.svc.cluster.local",
3333
"ingressDomain" : "example.com",
3434
"ingressClassName" : "istio",
35-
"domainTemplate": "{{ .Name }}-{{ .Namespace }}.{{ .IngressDomain }}",
35+
"domainTemplate": "example.com",
3636
"urlScheme": "https",
3737
"disableIstioVirtualHost": false,
3838
"disableIngressCreation": true

0 commit comments

Comments
 (0)