enable Kubernetes HPA in Helm chart
This commit is contained in:
		@@ -97,7 +97,7 @@ readinessProbe:
 | 
			
		||||
 | 
			
		||||
# This section is for setting up autoscaling more information can be found here: https://kubernetes.io/docs/concepts/workloads/autoscaling/
 | 
			
		||||
autoscaling:
 | 
			
		||||
  enabled: false
 | 
			
		||||
  enabled: true
 | 
			
		||||
  minReplicas: 2
 | 
			
		||||
  maxReplicas: 100
 | 
			
		||||
  targetCPUUtilizationPercentage: 80
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user