kind: Service
apiVersion: v1
metadata:
name: vtgate-{{cell}}
labels:
component: vtgate
cell: {{cell}}
app: vitess
spec:
ports:
- name: web
port: 15001
- name: grpc
port: 15991
selector:
type: LoadBalancer