Inter-Actief/Beheer_Issues
Vedi su GitHubConfigure persistent volume for AlertManager
Open
#134 aperta il 14 apr 2026
good first issuekubernetes
Metriche repository
- Star
- (2 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
Our alertmanager deployment doesn't have a persistent volume configured, so things like Silences are all wiped after the container restarts for any reason. We should add a volume to it so we can have persistent silences ;)
The configuration for our monitoring stack is in the general cluster configuration repository: https://gitlab.ia.utwente.nl/Beheer/glomgold-kubernetes-config/-/tree/main/kube-monitoring
We use the kube-prometheus-stack helm chart which also includes alertmanager as a component.