istio.io/istio@v0.0.0-20240520182934-d79c90f27776/tests/integration/security/testdata/reachability/workload-peer-authn.yaml.tmpl (about)

     1  apiVersion: security.istio.io/v1beta1
     2  kind: PeerAuthentication
     3  metadata:
     4    name: {{ .To.ServiceName }}
     5  spec:
     6    selector:
     7      matchLabels:
     8        app: {{ .To.ServiceName }}
     9    mtls:
    10      mode: {{ .MTLSMode }}