mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Fixed elasticsearch cluster logging e2e test on GCI
This commit is contained in:
		@@ -23,9 +23,9 @@ spec:
 | 
			
		||||
      - image: gcr.io/google_containers/elasticsearch:1.9
 | 
			
		||||
        name: elasticsearch-logging         
 | 
			
		||||
        resources:
 | 
			
		||||
          # keep request = limit to keep this container in guaranteed class
 | 
			
		||||
          # need more cpu upon initialization, therefore burstable class
 | 
			
		||||
          limits:
 | 
			
		||||
            cpu: 100m
 | 
			
		||||
            cpu: 1000m
 | 
			
		||||
          requests:
 | 
			
		||||
            cpu: 100m
 | 
			
		||||
        ports:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user