Remove requests from tasks
So pods do not stay in pending state because of lack of resources.
This commit is contained in:
parent
8424536588
commit
ba7f4c1b7f
@ -22,9 +22,9 @@ spec:
|
|||||||
- name: data-dir
|
- name: data-dir
|
||||||
mountPath: /data
|
mountPath: /data
|
||||||
resources:
|
resources:
|
||||||
requests: &rsc
|
requests:
|
||||||
cpu: 10m
|
cpu: 0m
|
||||||
memory: 100Mi
|
memory: 0Mi
|
||||||
limit:
|
limit:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 100Mi
|
memory: 100Mi
|
||||||
|
Loading…
Reference in New Issue
Block a user