istio.io/istio@v0.0.0-20240520182934-d79c90f27776/pkg/config/analysis/analyzers/testdata/gateway-no-port.yaml (about) 1 # Gateway with bogus port 2 # 3 apiVersion: networking.istio.io/v1alpha3 4 kind: Gateway 5 metadata: 6 name: httpbin-gateway 7 spec: 8 selector: 9 istio: ingressgateway 10 servers: 11 - port: 12 number: 80 13 name: http 14 protocol: HTTP 15 hosts: 16 - "*" 17 - port: 18 number: 8004 19 name: http2 20 protocol: HTTP 21 hosts: 22 - "*"