modify HPA to have min 2 and max 5 replicas
This commit is contained in:
		@@ -8,8 +8,8 @@ spec:
 | 
				
			|||||||
    apiVersion: apps/v1
 | 
					    apiVersion: apps/v1
 | 
				
			||||||
    kind: Deployment
 | 
					    kind: Deployment
 | 
				
			||||||
    name: kubernaut
 | 
					    name: kubernaut
 | 
				
			||||||
  minReplicas: 1
 | 
					  minReplicas: 2
 | 
				
			||||||
  maxReplicas: 10
 | 
					  maxReplicas: 5
 | 
				
			||||||
  metrics:
 | 
					  metrics:
 | 
				
			||||||
  - type: Resource
 | 
					  - type: Resource
 | 
				
			||||||
    resource:
 | 
					    resource:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user