feat: add MCP server templates for Gitea, HomeAssistant, and Outline with federated gateway support
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
apiVersion: agentgateway.dev/v1alpha1
|
||||
kind: AgentgatewayBackend
|
||||
metadata:
|
||||
name: outline-mcp-backend
|
||||
namespace: agentgateway-system
|
||||
spec:
|
||||
mcp:
|
||||
targets:
|
||||
- name: outline-mcp-server
|
||||
static:
|
||||
host: outline.hnrx.net
|
||||
port: 443
|
||||
path: /mcp/
|
||||
policies:
|
||||
tls:
|
||||
sni: outline.hnrx.net
|
||||
auth:
|
||||
secretRef:
|
||||
name: outline-mcp-bearer-token
|
||||
|
||||
---
|
||||
apiVersion: gateway.networking.k8s.io/v1
|
||||
kind: HTTPRoute
|
||||
metadata:
|
||||
name: outline-mcp
|
||||
namespace: agentgateway-system
|
||||
spec:
|
||||
parentRefs:
|
||||
- name: agentgateway-proxy
|
||||
namespace: agentgateway-system
|
||||
rules:
|
||||
- backendRefs:
|
||||
- name: outline-mcp-backend
|
||||
namespace: agentgateway-system
|
||||
group: agentgateway.dev
|
||||
kind: AgentgatewayBackend
|
||||
filters:
|
||||
- type: CORS
|
||||
cors:
|
||||
allowHeaders:
|
||||
- "*"
|
||||
allowMethods:
|
||||
- "*"
|
||||
allowOrigins:
|
||||
- "*"
|
||||
matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /mcp-outline
|
||||
Reference in New Issue
Block a user