horizontal-pod-autoscaler
"horizontal-pod-autoscaler" Humanitec Resource Type
Name | Description |
---|---|
maxReplicas | The maximum number of replicas of a pod to scale up to. |
minReplicas | The minimum number of replicas of a pod to scale down to. |
targetCPUUtilizationPercentage | The average CPU load across all replicas to aim for. |
None
Humanitec does not require that drivers honor Resource Inputs. A common usecase for the Horizontal Pod Autoscaler resource type is to override the
maxReplicas
for development environments to preserve resources.Last modified 10mo ago