[ci skip] Add Ollama TCP entrypoint for HA voice pipeline

Expose Ollama at 10.0.20.202:11434 via Traefik TCP passthrough,
bypassing TLS/auth issues with the HTTPS ingress.
This commit is contained in:
Viktor Barzin 2026-02-08 01:01:17 +00:00
parent a8caa45589
commit b78e60dbf6
2 changed files with 29 additions and 0 deletions

View file

@ -109,6 +109,12 @@ resource "helm_release" "traefik" {
protocol = "TCP"
expose = { default = true }
}
ollama-tcp = {
port = 11434
exposedPort = 11434
protocol = "TCP"
expose = { default = true }
}
}
service = {