@ -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
|
||||||
|
@ -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:
|
||||||
|
Reference in New Issue
Block a user