Merge branch 'ddelange1-master-patch-79544' into 'master'
Add nodeSelector, tolerations, affinity to beat Closes #23 See merge request glitchtip/glitchtip-helm-chart!2
This commit is contained in:
		
						commit
						496a98f633
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -99,6 +99,9 @@ worker:
 | 
			
		|||
 | 
			
		||||
beat:
 | 
			
		||||
  enabled: true
 | 
			
		||||
  nodeSelector: {}
 | 
			
		||||
  tolerations: []
 | 
			
		||||
  affinity: {}
 | 
			
		||||
 | 
			
		||||
serviceAccount:
 | 
			
		||||
  # Specifies whether a service account should be created
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue