Skip to content

Commit

Permalink
feat: update domainTemplate to add ns as a level
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakknutsen committed Nov 21, 2023
1 parent 7b7ae32 commit 38d1036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/configmap/inferenceservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ data:
"localGatewayService" : "knative-local-gateway.istio-system.svc.cluster.local",
"ingressDomain" : "example.com",
"ingressClassName" : "istio",
"domainTemplate": "{{ .Name }}-{{ .Namespace }}.{{ .IngressDomain }}",
"domainTemplate": "{{ .Name }}.{{ .Namespace }}.{{ .IngressDomain }}",
"urlScheme": "http",
"disableIstioVirtualHost": false
}
Expand Down

0 comments on commit 38d1036

Please sign in to comment.