| hpa.enabled | If true, enables horizontal pod autoscaler. A resource request is also required to be set, such as `resources.requests.cpu: 200m`.| `false` |
| hpa.minReplicas | | `1` |
| hpa.maxReplicas | | `5` |
| hpa.targetCPUUtilizationPercentage | Percentage threshold when HPA begins scaling out pods | `80` |
| hpa.targetCPUUtilizationPercentage | Percentage threshold when HPA begins scaling out pods | `nil` |
| hpa.metrics | Resource/custom metric configuration when HPA begins scaling out pods | `nil` |