From fbc2b73f498af2cb2ed8858eedaf09d68c40d50a Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Wed, 26 Jun 2024 20:35:33 +1000 Subject: [PATCH] fix docker name of alertmanager --- .../infrastructure/prometheus-alertmanager/app/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/infrastructure/prometheus-alertmanager/app/deployment.yaml b/kubernetes/infrastructure/prometheus-alertmanager/app/deployment.yaml index 7909e23..0722ee2 100644 --- a/kubernetes/infrastructure/prometheus-alertmanager/app/deployment.yaml +++ b/kubernetes/infrastructure/prometheus-alertmanager/app/deployment.yaml @@ -19,7 +19,7 @@ spec: runAsGroup: 0 containers: - name: prometheus-alertmanager - image: prom/prometheus-alertmanager:v0.27.0 + image: prom/alertmanager:v0.27.0 args: - "--config.file=/etc/prometheus/prometheus-alertmanager.yaml" ports: