Remove requests from tasks
So pods do not stay in pending state because of lack of resources.
This commit is contained in:
		
				
					committed by
					
						
						Mehran Kholdi
					
				
			
			
				
	
			
			
			
						parent
						
							8424536588
						
					
				
				
					commit
					ba7f4c1b7f
				
			@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user