feat: add Ollama authentication secret and reference to agent gateway backend configuration

This commit is contained in:
2026-05-05 12:26:16 +02:00
parent 692e6d2771
commit 4ba0139451
2 changed files with 12 additions and 1 deletions
@@ -16,4 +16,7 @@ spec:
'*': Passthrough '*': Passthrough
/v1/chat/completions: Completions /v1/chat/completions: Completions
/v1/embeddings: Passthrough /v1/embeddings: Passthrough
/v1/models: Passthrough /v1/models: Passthrough
auth:
secretRef:
name: ollama-secret
@@ -0,0 +1,8 @@
apiVersion: v1
data:
Authorization: b2xsYW1h
kind: Secret
metadata:
name: ollama-secret
namespace: agentgateway-system
type: Opaque