Initial commit

This commit is contained in:
2022-08-01 19:25:56 +03:00
commit ad7f7acdca
7 changed files with 342 additions and 0 deletions

15
camera-service.yml Normal file
View File

@@ -0,0 +1,15 @@
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