fix docker name of alertmanager

This commit is contained in:
2024-06-26 20:35:33 +10:00
parent 84902910cc
commit fbc2b73f49

View File

@@ -19,7 +19,7 @@ spec:
runAsGroup: 0 runAsGroup: 0
containers: containers:
- name: prometheus-alertmanager - name: prometheus-alertmanager
image: prom/prometheus-alertmanager:v0.27.0 image: prom/alertmanager:v0.27.0
args: args:
- "--config.file=/etc/prometheus/prometheus-alertmanager.yaml" - "--config.file=/etc/prometheus/prometheus-alertmanager.yaml"
ports: ports: