apiVersion: v1
kind: Service
metadata:
name: web
labels:
spec:
type: LoadBalancer
ports:
- port: 80
targetPort: 3000
protocol: TCP
selector: