From 544adef3c34c222d6a6aa890f8c13acf1097c64b Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Tue, 5 May 2026 11:06:32 +0200 Subject: [PATCH] feat: add specific hostname to ollama gateway route --- 04-agentgateway-proxy/templates/route-ollama.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/04-agentgateway-proxy/templates/route-ollama.yaml b/04-agentgateway-proxy/templates/route-ollama.yaml index a9e958a..b12261d 100644 --- a/04-agentgateway-proxy/templates/route-ollama.yaml +++ b/04-agentgateway-proxy/templates/route-ollama.yaml @@ -4,6 +4,8 @@ metadata: name: ollama namespace: agentgateway-system spec: + hostnames: + - ollama.homelab-test.hnrx.net parentRefs: - name: agentgateway-proxy namespace: agentgateway-system