siddhi-io / siddhi-operator

Operator allows you to run stream processing logic directly on a Kubernetes cluster
Apache License 2.0
17 stars 12 forks source link

Adding resource limits for the deployments #119

Open pcnfernando opened 5 years ago

pcnfernando commented 5 years ago

Description: At the moment, we don't have a way to set the resource limits for the deployments that are being created through the Siddhi Operator whether it's a distributed deployment or a standalone deployment.

We need a way to add these information either at Siddhi Custom Resource object or at Siddhi annotation level.