From a6b0dc9211eba42d822493933fdf9d5f33d14691 Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Sun, 26 Apr 2026 01:52:19 -0500 Subject: [PATCH] Force pod restart to pick up NEURON_MARKETPLACE_DB_PATH configmap change Add config-hash annotation to template to cycle the ReplicaSet and ensure pods restart with the updated ConfigMap env var. --- servers/legion/k8s/neuron-technologies/prod/mcp-deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/servers/legion/k8s/neuron-technologies/prod/mcp-deployment.yaml b/servers/legion/k8s/neuron-technologies/prod/mcp-deployment.yaml index 5190aae..ae55e66 100644 --- a/servers/legion/k8s/neuron-technologies/prod/mcp-deployment.yaml +++ b/servers/legion/k8s/neuron-technologies/prod/mcp-deployment.yaml @@ -21,6 +21,8 @@ spec: app: neuron-mcp slot: blue env: prod + annotations: + config-hash: "marketplace-db-path-v1" spec: terminationGracePeriodSeconds: 30 securityContext: