chore(ollama): add HTTP configuration with local idle timeout to job specification
All checks were successful
Lint / lint (push) Successful in 1m41s
Terraform Plan and Apply / cicd (push) Successful in 48s

- triggering requests can sometimes take a while to start
This commit is contained in:
Ben Martin 2025-03-22 18:35:10 +00:00
parent 4895fdb6e4
commit 1c378e5472
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -56,6 +56,10 @@ job "ollama" {
connect {
sidecar_service {
proxy {
config {
protocol = "http"
local_idle_timeout_ms = 120000
}
expose {
path {
path = "/metrics"