diff deploy_alertmanager.yaml @ 21:10127391f6f3

don't use docker images to bake in the config files
author drewp@bigasterisk.com
date Sat, 24 Jun 2023 23:00:40 -0700
parents 73d23fdfee8e
children
line wrap: on
line diff
--- a/deploy_alertmanager.yaml	Sat Jun 24 01:44:57 2023 -0700
+++ b/deploy_alertmanager.yaml	Sat Jun 24 23:00:40 2023 -0700
@@ -19,12 +19,12 @@
       serviceAccountName: victoriametrics
       containers:
         - name: alertmanager
-          image: prom/alertmanager:v0.24.0
+          image: docker.io/prom/alertmanager:v0.25.0
           args:
             - --config.file=/alertmanager/alertmanager.yml
             - --web.external-url=https://bigasterisk.com/alertmanager/
             - --web.route-prefix=/
-            - --log.level=debug
+            - --log.level=info
           ports:
           - containerPort: 9093
           volumeMounts: