feat(alertmanager): configurable replicas

!8
This commit is contained in:
2024-02-04 14:58:08 +09:30
parent 103a529184
commit c5bb46f48a
2 changed files with 4 additions and 1 deletions

View File

@ -21,7 +21,7 @@ spec:
app.kubernetes.io/part-of: {{ $.Chart.Name }} app.kubernetes.io/part-of: {{ $.Chart.Name }}
app.kubernetes.io/managed-by: {{ $.Release.Service }} app.kubernetes.io/managed-by: {{ $.Release.Service }}
app.kubernetes.io/version: {{ $.Chart.Version }} app.kubernetes.io/version: {{ $.Chart.Version }}
replicas: 3 replicas: {{ .Values.nfc_monitoring.alert_manager.replicas }}
resources: resources:
limits: limits:
cpu: 100m cpu: 100m

View File

@ -16,6 +16,9 @@ nfc_monitoring:
name: quay.io/prometheus/alertmanager name: quay.io/prometheus/alertmanager
tag: 'v0.26.0' tag: 'v0.26.0'
# How many replicas to deploy
replicas: 1
ingress: ingress:
annotations: annotations: