mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-02-14 10:00:11 +00:00
11 lines
234 B
YAML
11 lines
234 B
YAML
apiVersion: networking.istio.io/v1beta1
|
|
kind: DestinationRule
|
|
metadata:
|
|
name: reviews-bookinfo-cluster2
|
|
namespace: istio-system
|
|
spec:
|
|
host: reviews.bookinfo.svc.cluster2.global
|
|
trafficPolicy:
|
|
tls:
|
|
mode: ISTIO_MUTUAL
|