From 00a7fba22bee33e607d85e9756fbe106c2e9c7e9 Mon Sep 17 00:00:00 2001 From: Preston Hunter Date: Mon, 29 Dec 2025 00:46:46 -0500 Subject: [PATCH] infra: Expose Ollama service via Traefik Adds the `traefik.enable=true` tag to the `ollama` service definition within the `ai-backend` Nomad job. This enables Traefik to automatically discover and route incoming requests to the Ollama service, making it accessible through the Traefik ingress. --- stacks/ai/ai-backend.nomad | 1 + 1 file changed, 1 insertion(+) diff --git a/stacks/ai/ai-backend.nomad b/stacks/ai/ai-backend.nomad index 367fb56..85cdc84 100644 --- a/stacks/ai/ai-backend.nomad +++ b/stacks/ai/ai-backend.nomad @@ -49,6 +49,7 @@ job "ai-backend" { service { name = "ollama" port = "api" + tags = ["traefik.enable=true"] check { type = "http" path = "/"