mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
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:
parent
f9d0a7ebf4
commit
e1c2e0c037
2 changed files with 2 additions and 2 deletions
|
|
@ -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 ##
|
||||||
|
|
|
||||||
|
|
@ -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 ##
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue