1
0
Fork 0

v-m/alertmanager: Bring up replicas in parallel

If something prevents the first AlertManager instance from starting, we
don't want to wait forever for it before starting the second.  That
pretty much defeats the purpose of having two instances.  Fortunately,
we can configure Kubernetes to bring up both instances simultaneously by
setting the pod management policyo to `Parallel`.
pull/83/head
Dustin 2025-09-07 10:42:50 -05:00
parent e605e3d1ea
commit 25d34efb4c
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ spec:
- name: config
configMap:
name: alertmanager
podManagementPolicy: Parallel
volumeClaimTemplates:
- apiVersion: v1
kind: PersistentVolumeClaim