Skip to content
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

Depend on external charts for PostgreSQL and Clickhouse #29

Open
maxboone opened this issue Jan 18, 2024 · 1 comment
Open

Depend on external charts for PostgreSQL and Clickhouse #29

maxboone opened this issue Jan 18, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@maxboone
Copy link

maxboone commented Jan 18, 2024

Currently this chart schedules PostgreSQL and ClickHouse internally. However, development on the chart can be more focused on deploying uptrace itself rather than the databases behind it when maintenance of the database charts is outsourced.

For example, we could use the helm charts from bitnami for this. Doing this also enforces best practices, automatically resolving issues like #22.

I'll take a shot at this for a PR, but it will likely result in (major) breaking changes to the chart - so it might be preferred to put that into a new chart and deprecate this one.

@vmihailenco
Copy link
Member

Agreed, a PR would be welcome 👍

You can already disable built-in ClickHouse database like this:

clickhouse:
  enabled: false

Should be the same for PostgresQL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants