istio.io/istio@v0.0.0-20240520182934-d79c90f27776/pilot/pkg/xds/testdata/benchmarks/disabled.yaml (about) 1 # Set up a Service associated with our proxy, which will run as 1.1.1.1 IP 2 apiVersion: networking.istio.io/v1alpha3 3 kind: ServiceEntry 4 metadata: 5 name: proxy-service-instance 6 spec: 7 hosts: 8 - example.com 9 ports: 10 - number: 80 11 name: http 12 protocol: HTTP 13 - number: 7070 14 name: tcp 15 protocol: TCP 16 - number: 443 17 name: https 18 protocol: HTTPS 19 - number: 9090 20 name: auto 21 protocol: "" 22 resolution: STATIC 23 endpoints: 24 - address: 1.1.1.1 25 --- 26 apiVersion: security.istio.io/v1beta1 27 kind: PeerAuthentication 28 metadata: 29 name: default 30 spec: 31 mtls: 32 mode: DISABLE