Add nodeSelector, tolerations, affinity to beat
This commit is contained in:
		
							parent
							
								
									155f930739
								
							
						
					
					
						commit
						bafab94dde
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
					@ -99,6 +99,9 @@ worker:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
beat:
 | 
					beat:
 | 
				
			||||||
  enabled: true
 | 
					  enabled: true
 | 
				
			||||||
 | 
					  nodeSelector: {}
 | 
				
			||||||
 | 
					  tolerations: []
 | 
				
			||||||
 | 
					  affinity: {}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
serviceAccount:
 | 
					serviceAccount:
 | 
				
			||||||
  # Specifies whether a service account should be created
 | 
					  # Specifies whether a service account should be created
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue