[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:
parent
b22a14c914
commit
a8caa45589
2 changed files with 116 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue