Configuration-Level Resources
apiVersion: apps/v1
kind: Deployment
metadata:
name: onvif-camera-broker-deployment
labels:
app: onvif-camera-broker
spec:
replicas: 1
selector:
matchLabels:
app: onvif-camera-broker
template:
metadata:
labels:
app: onvif-camera-broker
spec:
containers:
- name: onvif-camera-broker
image: nginx
resources:
limits:
akri.sh/onvif-camera: "2"
requests:
akri.sh/onvif-camera: "2"Maintaining Device Usage
Deployment Strategies with Configuration-level resources
Last updated
Was this helpful?