Inter-Actief/Beheer_Issues
View on GitHubConfigure persistent volume for AlertManager
Open
#134 opened on Apr 14, 2026
good first issuekubernetes
Repository metrics
- Stars
- (2 stars)
- PR merge metrics
- (PR metrics pending)
Description
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.