intel-device-plugins-for-ku.../demo/iaa-qpl-demo-pod.yaml
Hyeongju Johannes Lee 9b203ba6b8 iaa: fix the name of the demo image
Signed-off-by: Hyeongju Johannes Lee <hyeongju.lee@intel.com>
2022-11-11 15:37:11 +02:00

17 lines
320 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: iaa-qpl-demo
spec:
containers:
- name: iaa-qpl-demo
image: intel/iaa-qpl-demo:devel
imagePullPolicy: IfNotPresent
resources:
limits:
iaa.intel.com/wq-user-dedicated: 1
iaa.intel.com/wq-user-shared: 1
cpu: 1
restartPolicy: Never