Route neurontechnologies.ai/mcp to neuron-mcp:8080

Expose the MCP endpoint directly at the root domain so Bearer token
clients can reach it without going through the OAuth subdomain.
The Spring Boot MCP layer already accepts ntn_* API keys via
ApiKeyAuthenticationFilter; this ingress rule enables access via
https://neurontechnologies.ai/mcp.
This commit is contained in:
Will Anderson
2026-04-27 18:05:04 -05:00
parent 20a4a2c37f
commit 409a04ce80
@@ -70,6 +70,13 @@ spec:
- host: neurontechnologies.ai
http:
paths:
- path: /mcp
pathType: Prefix
backend:
service:
name: neuron-mcp
port:
number: 8080
- path: /oauth2
pathType: Prefix
backend: