apiVersion: v1 kind: Service metadata: name: foobar labels: component: camdetect spec: type: ClusterIP selector: app: foobar component: camdetect ports: - protocol: TCP port: 80 targetPort: 5000