Skip to content

Commit

Permalink
Move gateway enablement in sample config (istio#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
istio-testing committed Nov 12, 2019
1 parent 1bd0f0f commit 681701e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
Expand Up @@ -3,7 +3,12 @@ kind: IstioControlPlane
spec:
coreDNS:
enabled: true


gateways:
components:
egressGateway:
enabled: true

values:
global:
# Provides dns resolution for global services
Expand All @@ -23,7 +28,6 @@ spec:

gateways:
istio-egressgateway:
enabled: true
env:
# Needed to route traffic via egress gateway if desired.
ISTIO_META_REQUESTED_NETWORK_VIEW: "external"
8 changes: 6 additions & 2 deletions pkg/vfs/assets.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 681701e

Please sign in to comment.