feat(neuron): gamma zone, all-slot ingress, snapshot job, self-improvement loop script

This commit is contained in:
Will Anderson
2026-04-23 13:57:04 -05:00
parent a9758b6eda
commit cc4db4dc11
6 changed files with 447 additions and 1 deletions
+39
View File
@@ -12,6 +12,15 @@ spec:
- secretName: neuron-tls
hosts:
- neuron.neuralplatform.ai
- secretName: neuron-alpha-tls
hosts:
- neuron-alpha.neuralplatform.ai
- secretName: neuron-beta-tls
hosts:
- neuron-beta.neuralplatform.ai
- secretName: neuron-gamma-tls
hosts:
- neuron-gamma.neuralplatform.ai
rules:
- host: neuron.neuralplatform.ai
http:
@@ -23,3 +32,33 @@ spec:
name: neuron
port:
number: 8001
- host: neuron-alpha.neuralplatform.ai
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: neuron-alpha
port:
number: 8001
- host: neuron-beta.neuralplatform.ai
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: neuron-beta
port:
number: 8001
- host: neuron-gamma.neuralplatform.ai
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: neuron-gamma
port:
number: 8001