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

question: How to create PVC for Alertmanager #1926

Open
patrickdung opened this issue Jan 14, 2025 · 3 comments
Open

question: How to create PVC for Alertmanager #1926

patrickdung opened this issue Jan 14, 2025 · 3 comments
Labels
question Further information is requested

Comments

@patrickdung
Copy link

Chart name and version, where you feel a lack of requested feature
chart: victoria-metrics-cluster
version: v0.33.3

Is your feature request related to a problem? Please describe.
N/A

Describe the solution you'd like
When we silent a rule in the AlertManager, I would like the setting to persist.
When the pod is restarted, the setting is lost.

So, I would like the helm chart to support creating a PVC for the alertmanager to persist the settings.

@AndrewChubatiuk
Copy link
Collaborator

AndrewChubatiuk commented Jan 20, 2025

to enable persistence for alertmanager please set .Values.alertmanager.spec.storage value. Allowed values for this property are available here

@patrickdung
Copy link
Author

OK noted.

BTW, I would like the default values of the Helm chart to have some examples (commented values) on how to set persistence using PVC.

@AndrewChubatiuk
Copy link
Collaborator

AndrewChubatiuk commented Jan 20, 2025

in docs you can find a reference to a detailed params description for attributes, which contain nested values.
description to alertmanager.spec contains a link to all available alertmanager spec params

@AndrewChubatiuk AndrewChubatiuk added the question Further information is requested label Jan 23, 2025
@AndrewChubatiuk AndrewChubatiuk changed the title feature: Allow creating a PVC for the Alert manager question: How to create PVC for Alertmanager Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants