add alpha/beta/gamma subdomains on neurontechnologies.ai
- Tunnel ingress rules for alpha/beta/gamma.neurontechnologies.ai - DNS CNAME records pointing to legion tunnel - k8s ingress rules routing to neuron-alpha/beta/gamma services (port 8001) - TLS certs via cert-manager for new hostnames
This commit is contained in:
@@ -15,12 +15,15 @@ spec:
|
||||
- secretName: neuron-alpha-tls
|
||||
hosts:
|
||||
- neuron-alpha.neuralplatform.ai
|
||||
- alpha.neurontechnologies.ai
|
||||
- secretName: neuron-beta-tls
|
||||
hosts:
|
||||
- neuron-beta.neuralplatform.ai
|
||||
- beta.neurontechnologies.ai
|
||||
- secretName: neuron-gamma-tls
|
||||
hosts:
|
||||
- neuron-gamma.neuralplatform.ai
|
||||
- gamma.neurontechnologies.ai
|
||||
rules:
|
||||
- host: neuron.neuralplatform.ai
|
||||
http:
|
||||
@@ -42,6 +45,16 @@ spec:
|
||||
name: neuron-alpha
|
||||
port:
|
||||
number: 8001
|
||||
- host: alpha.neurontechnologies.ai
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: neuron-alpha
|
||||
port:
|
||||
number: 8001
|
||||
- host: neuron-beta.neuralplatform.ai
|
||||
http:
|
||||
paths:
|
||||
@@ -52,6 +65,16 @@ spec:
|
||||
name: neuron-beta
|
||||
port:
|
||||
number: 8001
|
||||
- host: beta.neurontechnologies.ai
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: neuron-beta
|
||||
port:
|
||||
number: 8001
|
||||
- host: neuron-gamma.neuralplatform.ai
|
||||
http:
|
||||
paths:
|
||||
@@ -62,3 +85,13 @@ spec:
|
||||
name: neuron-gamma
|
||||
port:
|
||||
number: 8001
|
||||
- host: gamma.neurontechnologies.ai
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: neuron-gamma
|
||||
port:
|
||||
number: 8001
|
||||
|
||||
Reference in New Issue
Block a user