mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 19:01:08 +02:00
feat(infra): add missing tunnel routes for contacts, monitoring, n8n
Add Cloudflare Tunnel routes for: - contacts.mana.how / contacts-api.mana.how - grafana.mana.how (monitoring) - stats.mana.how (Umami analytics) - n8n.mana.how (workflow automation) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
a1d491e246
commit
7a80a71496
1 changed files with 14 additions and 0 deletions
|
|
@ -27,4 +27,18 @@ ingress:
|
|||
service: http://localhost:5187
|
||||
- hostname: clock-api.mana.how
|
||||
service: http://localhost:3017
|
||||
- hostname: contacts.mana.how
|
||||
service: http://localhost:5184
|
||||
- hostname: contacts-api.mana.how
|
||||
service: http://localhost:3015
|
||||
|
||||
# Monitoring & Tools
|
||||
- hostname: grafana.mana.how
|
||||
service: http://localhost:3100
|
||||
- hostname: stats.mana.how
|
||||
service: http://localhost:3200
|
||||
- hostname: n8n.mana.how
|
||||
service: http://localhost:5678
|
||||
|
||||
# Catch-all
|
||||
- service: http_status:404
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue