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.
This commit is contained in:
2025-12-29 00:46:46 -05:00
parent 7eab52e5bc
commit 00a7fba22b

View File

@@ -49,6 +49,7 @@ job "ai-backend" {
service {
name = "ollama"
port = "api"
tags = ["traefik.enable=true"]
check {
type = "http"
path = "/"