feat(neuron): gamma zone, all-slot ingress, snapshot job, self-improvement loop script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user