intel-device-plugins-for-ku.../demo/test-fpga-region.yaml
Mikko Ylinen f596fc593f demo: rename clearlinux-demo-opae to opae-nlb-demo
opae-nlb-demo name is more descriptive about the content and becomes
base image agnostic.

Also, set ENTRYPOINT similar to what we did with other images
and deployment files.

Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2019-09-06 21:28:59 +03:00

21 lines
393 B
YAML

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