mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
dlb:Add memory request and limit for demo pods
Add memory request and limit with 200Mi so that pods can be guaranteed Signed-off-by: Hyeongju Johannes Lee <hyeongju.lee@intel.com>
This commit is contained in:
parent
48dcc8eb6d
commit
413e4bc58f
@ -12,9 +12,11 @@ spec:
|
||||
limits:
|
||||
dlb.intel.com/pf: 1
|
||||
cpu: 1
|
||||
memory: 200Mi
|
||||
requests:
|
||||
dlb.intel.com/pf: 1
|
||||
cpu: 1
|
||||
memory: 200Mi
|
||||
- name: vf
|
||||
image: intel/dlb-dpdk-demo:devel
|
||||
imagePullPolicy: IfNotPresent
|
||||
@ -22,7 +24,8 @@ spec:
|
||||
limits:
|
||||
dlb.intel.com/vf: 1
|
||||
cpu: 1
|
||||
memory: 200Mi
|
||||
requests:
|
||||
dlb.intel.com/vf: 1
|
||||
cpu: 1
|
||||
|
||||
memory: 200Mi
|
||||
|
@ -12,9 +12,11 @@ spec:
|
||||
limits:
|
||||
dlb.intel.com/pf: 1
|
||||
cpu: 1
|
||||
memory: 200Mi
|
||||
requests:
|
||||
dlb.intel.com/pf: 1
|
||||
cpu: 1
|
||||
memory: 200Mi
|
||||
- name: vf
|
||||
image: intel/dlb-libdlb-demo:devel
|
||||
imagePullPolicy: IfNotPresent
|
||||
@ -22,6 +24,8 @@ spec:
|
||||
limits:
|
||||
dlb.intel.com/vf: 1
|
||||
cpu: 1
|
||||
memory: 200Mi
|
||||
requests:
|
||||
dlb.intel.com/vf: 1
|
||||
cpu: 1
|
||||
memory: 200Mi
|
||||
|
Loading…
Reference in New Issue
Block a user