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

[mimir-distributed]: Add support for selector in persistence sections #3519

Open
peske opened this issue Jan 13, 2025 · 0 comments
Open

[mimir-distributed]: Add support for selector in persistence sections #3519

peske opened this issue Jan 13, 2025 · 0 comments

Comments

@peske
Copy link

peske commented Jan 13, 2025

The same as in #3518 .

It would be nice to be able to enforce generated PVCs to use specific PVs, by supporting persistence.selector option. Something like:

  persistence:
    enabled: true
    size: 23Gi
    storageClass: local-ssd-storage
    selector:
      matchLabels:
        app: mimir.ingester

This is especially useful (and even needed) in infrastructures where persistence is based on locally attached disks and local static provisioner.

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

No branches or pull requests

1 participant