blob: f0136837466fe851d5ed07f82921ce7b4f763738 [file] [log] [blame]
# Routes TCP traffic through the ingressgateway Gateway to service A.
apiVersion: networking.istio.io/v1alpha3
kind: Gateway
metadata:
name: gateway-a
namespace: testns
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