fix(infra): sync Prometheus + cloudflared ports with current deployment

- Prometheus: mana-sync 3010→3051, mana-matrix-bot 4001→4000
- Cloudflared: api.mana.how 3060→3016

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-03-28 18:07:12 +01:00
parent 099a40bbd1
commit 79a53cf70a
2 changed files with 3 additions and 3 deletions

View file

@ -217,14 +217,14 @@ scrape_configs:
# Matrix Bot (Go) — consolidated 21 bots
- job_name: 'mana-matrix-bot'
static_configs:
- targets: ['mana-matrix-bot:4001']
- targets: ['mana-matrix-bot:4000']
metrics_path: '/metrics'
scrape_interval: 30s
# Sync Server (Go) — local-first data sync
- job_name: 'mana-sync'
static_configs:
- targets: ['mana-core-sync:3010']
- targets: ['mana-core-sync:3051']
metrics_path: '/metrics'
scrape_interval: 30s