istio.io/istio@v0.0.0-20240520182934-d79c90f27776/tests/integration/pilot/testdata/gateway.json (about) 1 { 2 "apiVersion": "networking.istio.io/v1alpha3", 3 "kind": "Gateway", 4 "metadata": { 5 "name": "httpbin-gateway-bogus" 6 }, 7 "spec": { 8 "selector": { 9 "istio": "ingresstypo" 10 }, 11 "servers": [ 12 { 13 "port": { 14 "number": 80, 15 "name": "http", 16 "protocol": "HTTP" 17 }, 18 "hosts": [ 19 "*" 20 ] 21 } 22 ] 23 } 24 }