Inter-Actief/Beheer_Issues

Configure persistent volume for AlertManager

Open

#134 opened on Apr 14, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees) (0 forks)auto 404
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.

Contributor guide