deploy neuron-license service to prod

Adds license deployment, service, ingress route (/license), and
Unkey + admin token secrets via ExternalSecret. Image built and
pushed by CI on merge of neuron PR #30.
This commit is contained in:
Will Anderson
2026-04-24 01:42:07 -05:00
parent b1867a542d
commit 59aa0f0dfb
5 changed files with 86 additions and 0 deletions
@@ -24,6 +24,13 @@ spec:
name: neuron-mcp
port:
number: 8080
- path: /license
pathType: Prefix
backend:
service:
name: neuron-license
port:
number: 8082
- path: /
pathType: Prefix
backend: