@ -21,7 +21,7 @@ spec:
|
||||
app.kubernetes.io/part-of: {{ $.Chart.Name }}
|
||||
app.kubernetes.io/managed-by: {{ $.Release.Service }}
|
||||
app.kubernetes.io/version: {{ $.Chart.Version }}
|
||||
replicas: 3
|
||||
replicas: {{ .Values.nfc_monitoring.alert_manager.replicas }}
|
||||
resources:
|
||||
limits:
|
||||
cpu: 100m
|
||||
|
@ -16,6 +16,9 @@ nfc_monitoring:
|
||||
name: quay.io/prometheus/alertmanager
|
||||
tag: 'v0.26.0'
|
||||
|
||||
# How many replicas to deploy
|
||||
replicas: 1
|
||||
|
||||
|
||||
ingress:
|
||||
annotations:
|
||||
|
Reference in New Issue
Block a user