dragonflydb / dragonfly-operator

A Kubernetes operator to install and manage Dragonfly instances.
https://www.dragonflydb.io/docs/managing-dragonfly/operator/installation
Apache License 2.0
144 stars 34 forks source link

feat(df): Support setting resource requirements #31

Closed Pothulapati closed 1 year ago

Pothulapati commented 1 year ago

Fixes #5

This commit updates the Dragonfly object to include a optional resources field through which users should be able to set resoure requirements for all the dragonfly pods. This is important as it allows dragonfly to vertically scale which is a hallmark feature.