-
Notifications
You must be signed in to change notification settings - Fork 56
Major Helm refactor #72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Thank you @duhow for contributing this PR. |
@duhow Thanks for raising this PR. One of the reasons why we couldn't use postgres charts as dependency here was this. In bitnami charts, replica count is set to 1 if we need multiple backend replica of rudder server then similar number of postgres pods will also be required. Hence we are maintaining our version of postgres charts. Which I do understand is not the best way. You know any way to better it? |
Why do we need multiple postgres pods when we are using multiple backend replica? Is it because of performance or we need to have standalone databases with separated data? |
Description of the change
I wanted to deploy Rudderstack in my Kubernetes cluster, but faced lots of issues.
So I spent the whole day tweaking the Helm Chart, cleaning up some stuff, fixing some settings...
Here's a list of changes (not all included):
postgresql
)transformer
chart intorudderstack
bitnami/postgresql
Chartdependency
charts/rudderstack
so in the future you can generate Helm Repository and publish into ArtifactHub or others.values
ENV intoSecret
andConfigMap
, allow to customize by Helm valueslivenessProbe
bystartupProbe
wait-for
commands byinitContainer
enableStats
matchingtelegraf
status (stop spammingcannot connect to statsd
)version
->tag
)1.43.1
0.7.0
to0.8.0
Type of change
Checklists
Development
Code review