kedacore / charts

Helm charts for KEDA
Apache License 2.0
152 stars 216 forks source link

Added ScaledObject parameter StartReplicaCount to scale from 0 to N #606

Closed ldimarzi closed 7 months ago

ldimarzi commented 7 months ago

This pull request introduces a new parameter, startReplicaCount, to the ScaledObject in order to change the scaling behavior from 0. The goal is to facilitate scaling from 0 to N replicas, instead of the default 0 to 1. This change can be useful in scenarios where applications need fast responsiveness when is activated.

Checklist