blob: 79a1bc1753f36f0e6e1d3852d47dd9484bf05e26 [file] [log] [blame]
{
"apiVersion": "networking.istio.io/v1alpha3",
"kind": "Gateway",
"metadata": {
"name": "httpbin-gateway-bogus"
},
"spec": {
"selector": {
"istio": "ingresstypo"
},
"servers": [
{
"port": {
"number": 80,
"name": "http",
"protocol": "HTTP"
},
"hosts": [
"*"
]
}
]
}
}