ci(neuron-prod): blue-green flip to blue@v0.15.3 (registry.neuralplatform.ai/neuron-technologies/neuron-mcp:v0.15.3)

This commit is contained in:
Neuron CI
2026-04-25 20:06:23 +00:00
parent 950f00586f
commit df85598df2
3 changed files with 5 additions and 5 deletions
@@ -9,7 +9,7 @@ metadata:
env: prod
spec:
# Scaled to 0 when inactive. Deploy process scales to 1, verifies health, then switches service.
replicas: 1
replicas: 0
strategy:
type: Recreate
selector:
@@ -8,7 +8,7 @@ metadata:
slot: blue
env: prod
spec:
replicas: 0
replicas: 1
strategy:
type: Recreate
selector:
@@ -27,7 +27,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: neuron-mcp
image: registry.neuralplatform.ai/neuron-technologies/neuron-mcp:v0.15.1
image: registry.neuralplatform.ai/neuron-technologies/neuron-mcp:v0.15.3
imagePullPolicy: Always
ports:
- name: http
@@ -24,11 +24,11 @@ metadata:
annotations:
# Blue/green: change slot to "green" then back to "blue" to switch traffic.
# Process: deploy green → verify health → patch this selector → scale blue to 0.
neuron.ai/active-slot: "green"
neuron.ai/active-slot: "blue"
spec:
selector:
app: neuron-mcp
slot: green
slot: blue
ports:
- name: http
port: 8080