apiVersion: v1 kind: Service metadata: labels: app: web name: web spec: ports: - port: 3000 protocol: TCP targetPort: 8081 selector: app: web