blob: ecf366daf7e5fd7fc5b9e146a7409f30bb3ef47c [file] [log] [blame]
# Routes TCP traffic through the ingressgateway Gateway to service A.
apiVersion: networking.istio.io/v1beta1
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