https://www.growthbook.io/ logo
w

witty-portugal-73695

09/29/2021, 7:43 PM
I was going to put together a helm chart, do you all have a public growthbook image I can use?
f

fresh-football-47124

09/29/2021, 7:45 PM
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

witty-portugal-73695

09/29/2021, 7:45 PM
👀
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

future-teacher-7046

09/29/2021, 8:09 PM
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

most-jackal-23578

10/01/2021, 8:47 AM
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

witty-portugal-73695

10/01/2021, 7:06 PM
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

future-teacher-7046

10/01/2021, 7:07 PM
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

witty-portugal-73695

10/04/2021, 8:20 PM
@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.
2 Views