Fix Alertmanager Caddyfile route pointing to Grafana port

Alertmanager reverse_proxy was pointing to :3000 (Grafana) instead of
:9093 (Alertmanager). Copy-paste artifact. Fixed in both the Caddyfile
and the template.
This commit is contained in:
Rasmus Wejlgaard 2026-03-29 10:07:21 +00:00
parent f9d0a7ebf4
commit e1c2e0c037
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ alertmanager.pez.solutions, alertmanager.pez.sh {
uri /api/authz/forward-auth
copy_headers Remote-User Remote-Groups Remote-Name Remote-Email
}
reverse_proxy 100.122.219.41:3000
reverse_proxy 100.122.219.41:9093
}
## LONDON-B SERVICES ##

View file

@ -45,7 +45,7 @@ prometheus.{{DOMAIN_ALT}}, prometheus.{{DOMAIN_PRIMARY}} {
# Alertmanager
alertmanager.{{DOMAIN_ALT}}, alertmanager.{{DOMAIN_PRIMARY}} {
import authelia
reverse_proxy {{LONDON_A_IP}}:3000
reverse_proxy {{LONDON_A_IP}}:9093
}
## LONDON-B SERVICES ##