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

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