apiVersion: v1 kind: Service metadata: name: whiteboard spec: selector: app: whiteboard ports: - name: ws port: 3002 targetPort: 3002 type: ClusterIP