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