Skip to content

Commit 6d48b5b

Browse files
authored
Add EPP DestinationRule for Istio
1 parent 557c44f commit 6d48b5b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: config/manifests/gateway/istio/destination-rule.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
apiVersion: networking.istio.io/v1
2+
kind: DestinationRule
3+
metadata:
4+
name: epp-insecure-tls
5+
spec:
6+
host: vllm-llama2-7b-epp.default.svc.cluster.local
7+
trafficPolicy:
8+
tls:
9+
mode: SIMPLE
10+
insecureSkipVerify: true

0 commit comments

Comments
 (0)