From 20aeaf3f4411c97e1fc19a254d78a800aa617957 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sun, 5 Jul 2026 10:37:52 +0100 Subject: [PATCH] Added ollama mapping Signed-off-by: Marcus Noble --- manifests/auth-proxy/proxy.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifests/auth-proxy/proxy.yaml b/manifests/auth-proxy/proxy.yaml index 0bd2bba..627245f 100644 --- a/manifests/auth-proxy/proxy.yaml +++ b/manifests/auth-proxy/proxy.yaml @@ -15,7 +15,9 @@ data: "loki-distributed.auth-proxy.svc": "loki-loki.cluster.local", "loki-distributed.auth-proxy.svc:80": "loki-loki.cluster.local", "hermes.auth-proxy.svc": "hermes.cluster.local", - "hermes.auth-proxy.svc:80": "hermes.cluster.local" + "hermes.auth-proxy.svc:80": "hermes.cluster.local", + "ollama.auth-proxy.svc": "ollama.cluster.local", + "ollama.auth-proxy.svc:11434": "ollama.cluster.local" } --- apiVersion: apps/v1