mirror of https://github.com/istio/istio.io.git
Update Gateway selector in ingress demo for Helm Installation (#12486)
* Update ingress demo Gateway for Helm Installation Signed-off-by: nshankar13 <nshankar@microsoft.com> * Update tests Signed-off-by: nshankar13 <nshankar@microsoft.com> --------- Signed-off-by: nshankar13 <nshankar@microsoft.com>
This commit is contained in:
parent
2d08ffe9c1
commit
7e7cad05f3
|
@ -67,8 +67,10 @@ kind: Gateway
|
|||
metadata:
|
||||
name: httpbin-gateway
|
||||
spec:
|
||||
# The selector matches the ingress gateway pod labels.
|
||||
# If you installed Istio using Helm following the standard documentation, this would be "istio=ingress"
|
||||
selector:
|
||||
istio: ingressgateway # use Istio default gateway implementation
|
||||
istio: ingressgateway
|
||||
servers:
|
||||
- port:
|
||||
number: 80
|
||||
|
@ -345,8 +347,10 @@ kind: Gateway
|
|||
metadata:
|
||||
name: httpbin-gateway
|
||||
spec:
|
||||
# The selector matches the ingress gateway pod labels.
|
||||
# If you installed Istio using Helm following the standard documentation, this would be "istio=ingress"
|
||||
selector:
|
||||
istio: ingressgateway # use Istio default gateway implementation
|
||||
istio: ingressgateway
|
||||
servers:
|
||||
- port:
|
||||
number: 80
|
||||
|
|
|
@ -36,8 +36,10 @@ kind: Gateway
|
|||
metadata:
|
||||
name: httpbin-gateway
|
||||
spec:
|
||||
# The selector matches the ingress gateway pod labels.
|
||||
# If you installed Istio using Helm following the standard documentation, this would be "istio=ingress"
|
||||
selector:
|
||||
istio: ingressgateway # use Istio default gateway implementation
|
||||
istio: ingressgateway
|
||||
servers:
|
||||
- port:
|
||||
number: 80
|
||||
|
@ -190,8 +192,10 @@ kind: Gateway
|
|||
metadata:
|
||||
name: httpbin-gateway
|
||||
spec:
|
||||
# The selector matches the ingress gateway pod labels.
|
||||
# If you installed Istio using Helm following the standard documentation, this would be "istio=ingress"
|
||||
selector:
|
||||
istio: ingressgateway # use Istio default gateway implementation
|
||||
istio: ingressgateway
|
||||
servers:
|
||||
- port:
|
||||
number: 80
|
||||
|
|
Loading…
Reference in New Issue