A unique name for the horizontal pod autoscaler within the project.
A name is required. Autoscaler names may only contain lower-case letters, numbers, and dashes. They may not start or end with a dash.
The lower limit for the number of pods that can be set by the autoscaler. If not specified, defaults to 1.
Min pods must be a number. Min pods must be a whole number. Min pods must be greater than or equal to 1.
The upper limit for the number of pods that can be set by the autoscaler.
Max pods must be a number. Min pods must be a whole number. Max pods must be greater than or equal to min pods, which is {{autoscaling.minReplicas || 1}. Max pods is a required field.
%
The percentage of the CPU limit request that each pod should ideally be using. Pods will be added or removed periodically when CPU usage exceeds or drops below this target value. Defaults to {{defaultTargetCPUDisplayValue}}%.
Target CPU percentage must be a number. Target CPU percentage must be a whole number. Target CPU percentage must be greater than 1.