kind: Service
apiVersion: v1
metadata:
name: vtgate
labels: {name: vtgate}
spec:
ports:
- port: 15001
selector: {name: vtgate}
type: LoadBalancer