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,19 @@
apiVersion: agentgateway.dev/v1alpha1
kind: AgentgatewayBackend
metadata:
name: ollama
namespace: agentgateway-system
spec:
ai:
provider:
openai:
model: gemma4:latest
host: 192.168.250.153
port: 11434
policies:
ai:
routes:
'*': Passthrough
/v1/chat/completions: Completions
/v1/embeddings: Passthrough
/v1/models: Passthrough