intel-device-plugins-for-ku.../demo/dlb-libdlb-demo-pod.yaml
Hyeongju Johannes Lee 8362028560 dlb: Add new device plugin
Signed-off-by: Hyeongju Johannes Lee <hyeongju.lee@intel.com>
2021-11-11 11:51:49 +02:00

21 lines
417 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: dlb-libdlb-demo
spec:
restartPolicy: Never
containers:
- name: pf
image: intel/dlb-libdlb-demo:devel
imagePullPolicy: IfNotPresent
resources:
limits:
dlb.intel.com/pf: 1
cpu: 1
- name: vf
image: intel/dlb-libdlb-demo:devel
imagePullPolicy: IfNotPresent
resources:
limits:
dlb.intel.com/vf: 1
cpu: 1