This repository has been archived on 2024-08-13. You can view files and clone it, but cannot push or open issues or pull requests.
camera-operator/camera-service.yml
2022-08-01 19:25:56 +03:00

16 lines
227 B
YAML

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