blob: 1019398902107bf0f9afed9c42ad6569df87d683 [file] [log] [blame]
# Routes TCP traffic through the ingressgateway Gateway to service A.
apiVersion: networking.istio.io/v1alpha3
kind: Gateway
metadata:
name: valid-gateway
spec:
selector:
# DO NOT CHANGE THESE LABELS
# The ingressgateway is defined in install/kubernetes/helm/istio/values.yaml
# with these labels
istio: ingressgateway
servers:
- port:
number: 31400
protocol: TCP
name: tcp
hosts:
- a.dubbo-system.svc.cluster.local