mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-13 21:56:32 +00:00
ci: k8s: Don't set cpu limit request for k8s-inotofy test
Without setting the cpu limit / request to 1, we can make this test run
in a smaller VM instance without any issue.
Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
(cherry picked from commit 92fff129fd
)
This commit is contained in:
parent
767ccb117f
commit
fa9dd46041
@ -16,10 +16,8 @@ spec:
|
||||
args: ["-c", "inotifywait --timeout 120 -r /config/ && [[ -L /config/config.toml ]] && echo success" ]
|
||||
resources:
|
||||
requests:
|
||||
cpu: 1
|
||||
memory: 50Mi
|
||||
limits:
|
||||
cpu: 1
|
||||
memory: 1024Mi
|
||||
volumeMounts:
|
||||
- name: config
|
||||
|
Loading…
Reference in New Issue
Block a user