enable Kubernetes HPA in Helm chart
This commit is contained in:
parent
a30c6d7cb8
commit
9b2d2f9522
@ -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/
|
# This section is for setting up autoscaling more information can be found here: https://kubernetes.io/docs/concepts/workloads/autoscaling/
|
||||||
autoscaling:
|
autoscaling:
|
||||||
enabled: false
|
enabled: true
|
||||||
minReplicas: 2
|
minReplicas: 2
|
||||||
maxReplicas: 100
|
maxReplicas: 100
|
||||||
targetCPUUtilizationPercentage: 80
|
targetCPUUtilizationPercentage: 80
|
||||||
|
Loading…
x
Reference in New Issue
Block a user