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:
Niranjan Shankar 2023-02-03 13:17:32 -05:00 committed by GitHub
parent 2d08ffe9c1
commit 7e7cad05f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 4 deletions

View File

@ -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

View File

@ -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