-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathakri-onvif-video.yaml
42 lines (42 loc) · 974 Bytes
/
akri-onvif-video.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
apiVersion: akri.sh/v0
kind: Configuration
metadata:
name: akri-onvif-video
spec:
discoveryHandler:
name: onvif
discoveryDetails: |+
ipAddresses:
action: Exclude
items:
- 10.0.0.1
- 10.0.0.2
macAddresses:
action: Exclude
items: []
scopes:
action: Include
items:
- onvif://www.onvif.org/name/GreatONVIFCamera
- onvif://www.onvif.org/name/AwesomeONVIFCamera
discoveryTimeoutSeconds: 2
brokerPodSpec:
containers:
- name: akri-onvif-video-broker
image: "ghcr.io/deislabs/akri/onvif-video-broker:latest-dev"
imagePullPolicy: Always
resources:
limits:
"{{PLACEHOLDER}}" : "1"
instanceServiceSpec:
ports:
- name: grpc
port: 80
targetPort: 8083
configurationServiceSpec:
ports:
- name: grpc
port: 80
targetPort: 8083
properties: {}
capacity: 5