cloudstateio / cloudstate

Distributed State Management for Serverless
https://cloudstate.io
Apache License 2.0
763 stars 97 forks source link

K8s Resource limits not applied to user functions #535

Closed marcoderama closed 3 years ago

marcoderama commented 3 years ago

The StatefulServiceConfig allows one to specify k8s resource limits for "the user function". These are not currently applied.

marcoderama commented 3 years ago

I'm assuming that these resource limits should apply to all the containers listed in the StatefulService spec. Anyone disagree?

marcoderama commented 3 years ago

I guess we want to let users specify these values in the Container specs of the StatefulService spec. Closing.