From aee77bbfc013e8882e6d58091f1050bcd0ee52d4 Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Mon, 27 Apr 2026 18:05:47 -0500 Subject: [PATCH] Bump secret-hash annotation to force MCP pod restart The NEURON_API_KEY secret was updated in Vault to the real ntn_ key; bumping this annotation triggers a rolling restart so pods pick up the new value. --- servers/legion/k8s/neuron-technologies/prod/mcp-deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/servers/legion/k8s/neuron-technologies/prod/mcp-deployment.yaml b/servers/legion/k8s/neuron-technologies/prod/mcp-deployment.yaml index 28b7b45..32e4f09 100644 --- a/servers/legion/k8s/neuron-technologies/prod/mcp-deployment.yaml +++ b/servers/legion/k8s/neuron-technologies/prod/mcp-deployment.yaml @@ -23,6 +23,7 @@ spec: env: prod annotations: config-hash: "marketplace-postgres-v1" + secret-hash: "api-key-v2" spec: terminationGracePeriodSeconds: 30 securityContext: