Horizontal Pod Autoscaler Behavior Patch
data class HorizontalPodAutoscalerBehaviorPatch(val scaleDown: HPAScalingRulesPatch? = null, val scaleUp: HPAScalingRulesPatch? = null)
HorizontalPodAutoscalerBehavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively).
Properties
Link copied to clipboard
scaleDown is scaling policy for scaling Down. If not set, the default value is to allow to scale down to minReplicas pods, with a 300 second stabilization window (i.e., the highest recommendation for the last 300sec is used).
Link copied to clipboard
scaleUp is scaling policy for scaling Up. If not set, the default value is the higher of: