Update AM config

This commit is contained in:
Thomas Philipona 2023-10-16 21:32:33 +02:00
parent 9e1610443f
commit c2f4139315
No known key found for this signature in database
GPG Key ID: 48284CEF6E0F9F77
2 changed files with 4 additions and 2 deletions

View File

@ -5,7 +5,7 @@ kind: AlertmanagerConfig
metadata:
name: {{ .Values.user }}-mailcatcher
labels:
alertmanagerConfig: {{ .Values.user }}-mailcatcher
alertmanagerConfig: {{ .Values.user }}-alertmanager
spec:
route:
receiver: mailcatcher

View File

@ -11,8 +11,10 @@ spec:
matchNames:
- {{ .Values.user }}-monitoring
alertmanagerConfigSelector:
matchLabels:
alertmanagerConfig: {{ .Values.user }}-alertmanager
image: quay.io/prometheus/alertmanager:v0.25.0
replicas: 2
replicas: 1
resources:
requests:
cpu: 10m