Record -
kubernetes
: PodAutoscalerConfig
Kubernetes Horizontal Pod Autoscaler configuration
Fields
- minReplicas int
-
Minimum number of replicas.
- maxReplicas int
-
Maximum number of replicas.
- cpuPercentage int 50
-
CPU percentage to start scaling. Default is
50
.