feat: add Ollama backend and HTTPRoute configurations to agentgateway-proxy
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user