camera-operator/camera-service.yml

16 lines
227 B
YAML
Raw Permalink Normal View History

2022-08-01 16:25:56 +00:00
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