feat: add Ollama backend and HTTPRoute configurations to agentgateway-proxy

This commit is contained in:
2026-05-05 10:42:12 +02:00
parent b4bf5cb331
commit 3655fb1d09
2 changed files with 34 additions and 0 deletions
@@ -0,0 +1,15 @@
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: ollama
namespace: agentgateway-system
spec:
parentRefs:
- name: agentgateway-proxy
namespace: agentgateway-system
rules:
- backendRefs:
- name: ollama
namespace: agentgateway-system
group: agentgateway.dev
kind: AgentgatewayBackend