cachethq / Docker

A Dockerized version of Cachet.
https://cachethq.io
BSD 3-Clause "New" or "Revised" License
415 stars 280 forks source link

Cachet Helm Chart #326

Closed gregdhill closed 5 years ago

gregdhill commented 5 years ago

Signed-off-by: greg greg.hill@monax.io

Adds a helm chart for easily deploying a cachet instance to a Kubernetes cluster.

phutchins commented 5 years ago

Would be awesome to get this merged.

djdefi commented 5 years ago

I’m not running Cachet in Kubernetes, so I’m not really a great reviewer for the technical side here.

Is there a benefit to keeping these service definition type files in this repo? If they are not required to come from the same repo, I might suggest maintaining these separately. We would be happy to link to these deployment options in our Readme for visibility.

phutchins commented 5 years ago

In that case @gregdhill you might submit them here: https://github.com/helm/charts/tree/master/stable

djdefi commented 5 years ago

Is https://github.com/CachetHQ/Docker/pull/154 similar here? I’m not sure how openshift and helm charts overlap (pardon my ignorance on this subject).

phutchins commented 5 years ago

Similar that they both assist in deploying Cachet to a platform, however the container platform is completely different. Helm is Kubernetes and Openshift is a RedHat thing.

gregdhill commented 5 years ago

Closing this as I've submitted a generic status page Helm Chart into incubation: https://github.com/helm/charts/pull/12824