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

Unified Rucio Helm Charts #228

Open
lobis opened this issue Feb 13, 2025 · 0 comments
Open

Unified Rucio Helm Charts #228

lobis opened this issue Feb 13, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@lobis
Copy link
Contributor

lobis commented Feb 13, 2025

Usually the rucio charts are used together, so it makes sense to have a single chart that ties all the charts together.

There were some offline discussions with @labkode @bari12 and @volodymyrss and others regarding this. At the time of creating this issue there was an existing PR #217 with a similar goal.

After some discussion we propose to refactor the charts to have single rucio chart without any chart dependencies, so charts such as daemons, ui, etc. would disappear. This pattern is common among popular charts and components can be toggled via some flag, for example:

rucio:
  global:
    database: ...
  server: # enabled by default
  ui:
    enabled: true

Discussions related this change can take place in this issue.

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

When branches are created from issues, their pull requests are automatically linked.

1 participant