feat: add Ollama authentication secret and reference to agent gateway backend configuration
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user