In some usecases, we might not want to scale the pods to 0. Instead decrease the replicas to a minimum 2-5 at off hours and then scale back to normal once off hours are over (night time/weekends etc).
Something Like:
spec:
  action: scale
  targetReplicaCount: 5