mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
qat_dpdk_app: add test-crypto1 for gen4 devices
Signed-off-by: Hyeongju Johannes Lee <hyeongju.lee@intel.com>
This commit is contained in:
parent
ed08d11aa3
commit
807949d29e
@ -0,0 +1,9 @@
|
||||
nameSuffix: -gen4
|
||||
bases:
|
||||
- ../test-crypto1
|
||||
patches:
|
||||
- target:
|
||||
version: v1
|
||||
kind: Pod
|
||||
name: qat-dpdk
|
||||
path: tc1-gen4.yaml
|
13
deployments/qat_dpdk_app/test-crypto1-gen4/tc1-gen4.yaml
Normal file
13
deployments/qat_dpdk_app/test-crypto1-gen4/tc1-gen4.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
- op: replace
|
||||
path: /spec/containers/0/resources
|
||||
value:
|
||||
requests:
|
||||
cpu: "3"
|
||||
memory: "128Mi"
|
||||
qat.intel.com/cy: '4'
|
||||
hugepages-2Mi: "128Mi"
|
||||
limits:
|
||||
cpu: "3"
|
||||
memory: "128Mi"
|
||||
qat.intel.com/cy: '4'
|
||||
hugepages-2Mi: "128Mi"
|
Loading…
Reference in New Issue
Block a user