mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Increate memory limit for fluentd-gcp
This commit is contained in:
		@@ -41,7 +41,7 @@ spec:
 | 
				
			|||||||
          value: --no-supervisor
 | 
					          value: --no-supervisor
 | 
				
			||||||
        resources:
 | 
					        resources:
 | 
				
			||||||
          limits:
 | 
					          limits:
 | 
				
			||||||
            memory: 200Mi
 | 
					            memory: 300Mi
 | 
				
			||||||
          requests:
 | 
					          requests:
 | 
				
			||||||
            cpu: 100m
 | 
					            cpu: 100m
 | 
				
			||||||
            memory: 200Mi
 | 
					            memory: 200Mi
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -419,7 +419,7 @@ spec:
 | 
				
			|||||||
        </match>
 | 
					        </match>
 | 
				
			||||||
    resources:
 | 
					    resources:
 | 
				
			||||||
      limits:
 | 
					      limits:
 | 
				
			||||||
        memory: 200Mi
 | 
					        memory: 300Mi
 | 
				
			||||||
      requests:
 | 
					      requests:
 | 
				
			||||||
        # Any change here should be accompanied by a proportional change in CPU
 | 
					        # Any change here should be accompanied by a proportional change in CPU
 | 
				
			||||||
        # requests of other per-node add-ons (e.g. kube-proxy).
 | 
					        # requests of other per-node add-ons (e.g. kube-proxy).
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user