mosuka / cete

Cete is a distributed key value store server written in Go built on top of BadgerDB.
Apache License 2.0
234 stars 28 forks source link

Feedback: Create a new repository for Helm charts #46

Open christian-roggia opened 4 years ago

christian-roggia commented 4 years ago

We are using a Helm chart in production, which deploys a healthy cete cluster. We would be happy to contribute with our code.

Our environment has been tested for a single-node cluster in production but can be scaled up. Maybe migrating cete to its own organization along with its dependencies could be an idea (this is simply a personal suggestion).

An example of how to setup the repository is the following (from dgraph): https://github.com/dgraph-io/charts

mosuka commented 4 years ago

That's a good idea! It would be very helpful to me if you could contribute the Helm chart. I'll try to migrate to the organization repository. Give me some time. Thank!

christian-roggia commented 4 years ago

This PR is related to https://github.com/mosuka/cete/issues/40