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