intel-device-plugins-for-ku.../demo/test-fpga-preprogrammed.yaml
Mikko Ylinen 86d060a5fc images: set 0.22.0 tag for the release
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2021-10-01 14:28:39 +03:00

21 lines
415 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: test-fpga-preprogrammed
spec:
containers:
- name: test-container
image: intel/opae-nlb-demo:0.22.0
imagePullPolicy: IfNotPresent
securityContext:
capabilities:
add:
[IPC_LOCK]
resources:
limits:
fpga.intel.com/arria10.dcp1.2-nlb3-preprogrammed: 1
cpu: 1
hugepages-2Mi: 20Mi
restartPolicy: Never