Skip to content

Commit dad0616

Browse files
authored
Fix the DestinationRule's referenced model service name (#958)
Signed-off-by: Keith Mattix II <[email protected]>
1 parent 86cf078 commit dad0616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/manifests/gateway/istio/destination-rule.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: DestinationRule
33
metadata:
44
name: epp-insecure-tls
55
spec:
6-
host: vllm-llama2-7b-epp
6+
host: vllm-llama3-8b-instruct
77
trafficPolicy:
88
tls:
99
mode: SIMPLE

0 commit comments

Comments
 (0)