change-metrics / monocle

Monocle helps teams and individual to better organize daily duties and to detect anomalies in the way changes are produced and reviewed.
https://changemetrics.io
GNU Affero General Public License v3.0
371 stars 58 forks source link

Kubernetes Helm Charts for monocle #278

Open achedeuzot opened 3 years ago

achedeuzot commented 3 years ago

Hello :)

I've created a helm chart to deploy monocle in a kubernetes cluster. It's available here: https://github.com/achedeuzot/monocle-helm-charts

If you're interested, I can transfer the repo into the change-metrics organisation.

Cheers,

morucci commented 3 years ago

Hi Klemen,

That's really nice ! I'm not familiar with Helm but I understand the usage. I'll try it on OpenShift ASAP, but what I'm seeing from your repo seems already good to me.

I think, first, you could propose a change to the Monocle's README, in a new section called "Contribs" to introduce your Helm charts for Monocle as an way to deploy Monocle on k8s.

I see that you are using a most recent version of the ElasticSearch container image (7.10.1) while we are still on 7.8.0 on Monocle. We should bump Monocle to 7.10.1. If you are interested do not hesitate to propose a PR to monocle, if not I'll do it, let me know :)

I'd like to get more familiar with this way of deploying Monocle, when this will be the case and when I'm confident with it I'll be happy to welcome your repository into the organization as an official deployment method. We can even think to add a Github action to publish on artifacthub.

Thanks again !

Fabien