chore(ollama): add HTTP configuration with local idle timeout to job specification
- triggering requests can sometimes take a while to start
This commit is contained in:
parent
4895fdb6e4
commit
1c378e5472
1 changed files with 4 additions and 0 deletions
|
@ -56,6 +56,10 @@ job "ollama" {
|
||||||
connect {
|
connect {
|
||||||
sidecar_service {
|
sidecar_service {
|
||||||
proxy {
|
proxy {
|
||||||
|
config {
|
||||||
|
protocol = "http"
|
||||||
|
local_idle_timeout_ms = 120000
|
||||||
|
}
|
||||||
expose {
|
expose {
|
||||||
path {
|
path {
|
||||||
path = "/metrics"
|
path = "/metrics"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue