Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

Commit

Permalink
Add the port number back for meshexpansion-vs-pilot (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
elfinhe authored and istio-testing committed Nov 12, 2019
1 parent 6b0187f commit b875a30
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gateways/istio-ingress/templates/meshexpansion.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{{ $gateway := index .Values "gateways" "istio-ingressgateway" }}
{{- if .Values.global.meshExpansion.enabled }}
apiVersion: networking.istio.io/v1alpha3
kind: Gateway
Expand Down Expand Up @@ -39,7 +38,7 @@ spec:
- meshexpansion-gateway
tcp:
- match:
- port: {{ $gateway.externalPort }}
- port: 15011
route:
- destination:
host: istio-pilot.{{ .Values.global.istioNamespace }}.svc.{{ .Values.global.proxy.clusterDomain }}
Expand Down

0 comments on commit b875a30

Please sign in to comment.