[ci skip] Add Wyoming Piper TTS alongside Whisper STT

Deploy Piper (rhasspy/wyoming-piper) in the whisper namespace with
en_US-lessac-medium voice. Exposed via Traefik TCP on port 10200.
This commit is contained in:
Viktor Barzin 2026-02-08 00:24:49 +00:00
parent d89947c2fd
commit bdbd354396
No known key found for this signature in database
GPG key ID: 0EB088298288D958
2 changed files with 116 additions and 0 deletions

View file

@ -103,6 +103,12 @@ resource "helm_release" "traefik" {
protocol = "TCP"
expose = { default = true }
}
piper-tcp = {
port = 10200
exposedPort = 10200
protocol = "TCP"
expose = { default = true }
}
}
service = {