feat(infra): community.mana.how (instead of analytics.*) for the public-feedback hub

analytics.mana.how DNS already existed as a non-CNAME record — picking
the user-facing 'community.mana.how' subdomain instead. Added the
tunnel ingress + matched the CORS origin + client-side env var.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-04-27 01:00:22 +02:00
parent 515de79c8b
commit cabfd1004d
2 changed files with 3 additions and 3 deletions

View file

@ -148,7 +148,7 @@ ingress:
service: http://localhost:3065
- hostname: research.mana.how
service: http://localhost:3068
- hostname: analytics.mana.how
- hostname: community.mana.how
service: http://localhost:3064
# ============================================