I was going to put together a helm chart, do you a...
# contributing
w
I was going to put together a helm chart, do you all have a public growthbook image I can use?
f
Hi Paul - I noticed someone made a PR: https://github.com/growthbook/growthbook/pull/103
but I dont know how to evaluate its quality
w
👀
looks like mostly what I sent originally, just with an image "growthbook/growthbook" set.
as long as the resource requests / limit are correct, the only other thing you could do to improve would be to break the frontend/backend api out into two containers.
other than that, this should work.
f
Ok, so maybe we can merge that existing PR and if there are any improvements we can do that with follow ups. I'm not sure on the process for publishing and versioning helm charts so need to do some research on that first.
m
the only other thing you could do to improve would be to break the frontend/backend api out into two containers.
I have Growthbook running in k8s and had to do this to make it stable
👍 1
w
I figured it could be problematic not having the frontend/backend containers able to restart independently. @future-teacher-7046 it might need to happen before you merge, unless you've already merged it?
f
I have not merged it yet.
Looking at other open source projects, it seems common that helm charts are stored in an entirely separate github repo from the main project. Is that right? @witty-portugal-73695
w
@future-teacher-7046 pretty common to have another repo
not everyone is using kubernetes. you could also look into how you add your helm chart into the bitnami repo for others to use to quickly spin up.
not quite sure how that works, but a lot of people using those bitnami helm charts.