mirror of https://github.com/istio/istio.io.git
Add selector to Gateway example (#2783)
This commit is contained in:
parent
158bfa1d05
commit
22eba71958
|
|
@ -1024,6 +1024,8 @@ kind: Gateway
|
|||
metadata:
|
||||
name: bookinfo-gateway
|
||||
spec:
|
||||
selector:
|
||||
istio: ingressgateway # use istio default controller
|
||||
servers:
|
||||
- port:
|
||||
number: 443
|
||||
|
|
|
|||
Loading…
Reference in New Issue