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

Enable more customization in the clickhouse operator #575

Open
grandwizard28 opened this issue Dec 23, 2024 · 0 comments
Open

Enable more customization in the clickhouse operator #575

grandwizard28 opened this issue Dec 23, 2024 · 0 comments
Labels
chart:clickhouse Issue related to clickhouse helm chart enhancement New feature or request good first issue Good for newcomers

Comments

@grandwizard28
Copy link
Contributor

Description

The clickhouse operator chart is not customizable. We should move all configs from hardcoded configmaps into values.yaml so that values can be overridden if needed. For example we can do something like:

...
configs:
  confdFiles: null
  configdFiles:
    01-clickhouse-01-listen.xml: |
      <yandex>
          <!-- Listen wildcard address to allow accepting connections from other containers and host network. -->
          <listen_host>::</listen_host>
          <listen_host>0.0.0.0</listen_host>
          <listen_try>1</listen_try>
      </yandex>
...

This will help prevent changes such as #574.

@grandwizard28 grandwizard28 added chart:clickhouse Issue related to clickhouse helm chart enhancement New feature or request good first issue Good for newcomers labels Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chart:clickhouse Issue related to clickhouse helm chart enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant