Autoscaling Configuration
Autoscaling Configuration Properties describes the properties for configuring the External Diameter Gateway autoscaling properties.
Property | Description | ||
---|---|---|---|
gateway.autoscaling.enabled | Boolean | true | Enable autoscaling on nodes to increase or decrease the number of nodes. |
gateway.autoscaling.minReplicas | Integer | 2 | Sets the minimum number of replicas for this deployment. |
gateway.autoscaling.maxReplicas | Integer | 4 | Sets the maximum number of replicas for this deployment. |
gateway.autoscaling.targetCPUUtilizationPercentage | Integer | 80 | The average CPU usage of a all pods in a deployment across the last minute divided by the requested CPU of this deployment. If the mean of the pods' CPU utilization percentage is higher than this target, the replicas are adjusted. |