Fix Alertmanager Caddyfile route pointing to Grafana port (#13)

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 11:07:41 +01:00 committed by GitHub
parent f9d0a7ebf4
commit 99cc0d6967
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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 uri /api/authz/forward-auth
copy_headers Remote-User Remote-Groups Remote-Name Remote-Email 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 ## ## LONDON-B SERVICES ##

View file

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