🚀 feat(infra): expose STT and TTS APIs externally

- Add stt-api.mana.how -> localhost:3020
- Add tts-api.mana.how -> localhost:3021

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Till-JS 2026-02-11 17:39:59 +01:00
parent e7e6281d54
commit 99a23d04d2

View file

@ -66,6 +66,12 @@ ingress:
- hostname: playground.mana.how
service: http://localhost:5090
# AI Voice Services
- hostname: stt-api.mana.how
service: http://localhost:3020
- hostname: tts-api.mana.how
service: http://localhost:3021
# Monitoring & Tools
- hostname: grafana.mana.how
service: http://localhost:8000