[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 b22a14c914
commit a8caa45589
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 = {