apiVersion: v1 kind: Service metadata: name: workclub-api labels: app: workclub-api component: backend spec: type: NodePort selector: app: workclub-api ports: - name: http port: 5001 targetPort: 8080 nodePort: 5001 protocol: TCP