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