mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:41:09 +02:00
🚀 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:
parent
e7e6281d54
commit
99a23d04d2
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue