Remove requests from tasks

So pods do not stay in pending state because of lack of resources.
This commit is contained in:
Hanieh Marvi 2021-01-30 17:57:57 +03:30 committed by Mehran Kholdi
parent 8424536588
commit ba7f4c1b7f
1 changed files with 3 additions and 3 deletions

View File

@ -22,9 +22,9 @@ spec:
- name: data-dir
mountPath: /data
resources:
requests: &rsc
cpu: 10m
memory: 100Mi
requests:
cpu: 0m
memory: 0Mi
limit:
cpu: 100m
memory: 100Mi