New version
This commit is contained in:
@@ -8,8 +8,16 @@ config:
|
||||
binds:
|
||||
- port: 4000
|
||||
listeners:
|
||||
- routes:
|
||||
- backends:
|
||||
- protocol: HTTPS
|
||||
tls:
|
||||
cert: /etc/ssl/agentgateway/server.crt
|
||||
key: /etc/ssl/agentgateway/server.key
|
||||
minTLSVersion: TLS_V1_2
|
||||
routes:
|
||||
- matches:
|
||||
- path:
|
||||
pathPrefix: /claude-sonnet-4-6
|
||||
backends:
|
||||
- ai:
|
||||
name: claude-sonnet-4-6
|
||||
provider:
|
||||
@@ -18,3 +26,23 @@ binds:
|
||||
policies:
|
||||
backendAuth:
|
||||
key: "$ANTHROPIC_API_KEY"
|
||||
|
||||
- port: 9001
|
||||
listeners:
|
||||
- protocol: HTTPS
|
||||
tls:
|
||||
cert: /etc/ssl/agentgateway/server.crt
|
||||
key: /etc/ssl/agentgateway/server.key
|
||||
minTLSVersion: TLS_V1_2
|
||||
routes:
|
||||
- matches:
|
||||
- path:
|
||||
pathPrefix: /jira
|
||||
backends:
|
||||
- mcp:
|
||||
targets:
|
||||
- name: jira
|
||||
mcp:
|
||||
host: mcp-jira
|
||||
port: 9000
|
||||
path: /mcp
|
||||
|
||||
Reference in New Issue
Block a user