mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:21:09 +02:00
🐛 fix(infra): correct TTS API port to 3022
This commit is contained in:
parent
99a23d04d2
commit
5cd8b63862
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ ingress:
|
|||
- hostname: stt-api.mana.how
|
||||
service: http://localhost:3020
|
||||
- hostname: tts-api.mana.how
|
||||
service: http://localhost:3021
|
||||
service: http://localhost:3022
|
||||
|
||||
# Monitoring & Tools
|
||||
- hostname: grafana.mana.how
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue