19 lines
405 B
YAML
19 lines
405 B
YAML
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 |