apiVersion: v1 kind: Service metadata: name: workclub-frontend labels: app: workclub-frontend component: frontend spec: type: ClusterIP selector: app: workclub-frontend ports: - name: http port: 80 targetPort: 3000 protocol: TCP