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.
		
		
		
		
		
			
		
			
				
	
	
		
			21 lines
		
	
	
		
			414 B
		
	
	
	
		
			YAML
		
	
			
		
		
	
	
			21 lines
		
	
	
		
			414 B
		
	
	
	
		
			YAML
		
	
| apiVersion: autoscaling/v2
 | |
| kind: HorizontalPodAutoscaler
 | |
| metadata:
 | |
|   name: podinfo
 | |
| spec:
 | |
|   scaleTargetRef:
 | |
|     apiVersion: apps/v1
 | |
|     kind: Deployment
 | |
|     name: podinfo
 | |
|   minReplicas: 2
 | |
|   maxReplicas: 4
 | |
|   metrics:
 | |
|   - type: Resource
 | |
|     resource:
 | |
|       name: cpu
 | |
|       target:
 | |
|         type: Utilization
 | |
|         # scale up if usage is above
 | |
|         # 99% of the requested CPU (100m)
 | |
|         averageUtilization: 99
 |