Requesting Akri Resources
helm repo add akri-helm-charts https://project-akri.github.io/akri/
helm install akri akri-helm-charts/akri \
--set onvif.discovery.enabled=true \
--set onvif.configuration.enabled=trueresources:
limits:
akri.sh/onvif-camera-<id>: "1"
requests:
akri.sh/onvif-camera-<id>: "1"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-<id>: "1"
requests:
akri.sh/onvif-camera-<id>: "1"Requesting resources at Configuration level
Last updated
Was this helpful?