mirror of https://github.com/fluxcd/flux2.git
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			26 lines
		
	
	
		
			692 B
		
	
	
	
		
			YAML
		
	
			
		
		
	
	
			26 lines
		
	
	
		
			692 B
		
	
	
	
		
			YAML
		
	
| - op: add
 | |
|   path: /spec/template/spec/containers/0/args/0
 | |
|   value: --events-addr=http://notification-controller.flux-system.svc.cluster.local./
 | |
| - op: add
 | |
|   path: /spec/template/spec/serviceAccountName
 | |
|   value: source-controller
 | |
| - op: add
 | |
|   path: /spec/template/spec/priorityClassName
 | |
|   value: system-cluster-critical
 | |
| - op: add
 | |
|   path: /spec/template/spec/containers/0/env/-
 | |
|   value:
 | |
|     name: GOMAXPROCS
 | |
|     valueFrom:
 | |
|       resourceFieldRef:
 | |
|         containerName: manager
 | |
|         resource: limits.cpu
 | |
| - op: add
 | |
|   path: /spec/template/spec/containers/0/env/-
 | |
|   value:
 | |
|     name: GOMEMLIMIT
 | |
|     valueFrom:
 | |
|       resourceFieldRef:
 | |
|         containerName: manager
 | |
|         resource: limits.memory
 |