We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 557c44f commit 6d48b5bCopy full SHA for 6d48b5b
config/manifests/gateway/istio/destination-rule.yaml
@@ -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