mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:01:09 +02:00
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:
parent
099a40bbd1
commit
79a53cf70a
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue