diff --git a/servers/legion/k8s/neuron-technologies/prod/mcp-deployment.yaml b/servers/legion/k8s/neuron-technologies/prod/mcp-deployment.yaml index ae55e66..567f377 100644 --- a/servers/legion/k8s/neuron-technologies/prod/mcp-deployment.yaml +++ b/servers/legion/k8s/neuron-technologies/prod/mcp-deployment.yaml @@ -22,7 +22,7 @@ spec: slot: blue env: prod annotations: - config-hash: "marketplace-db-path-v1" + config-hash: "marketplace-db-subpath-v2" spec: terminationGracePeriodSeconds: 30 securityContext: @@ -67,6 +67,9 @@ spec: volumeMounts: - name: data mountPath: /data + - name: data + mountPath: /app/neuron-marketplace.db + subPath: neuron-marketplace.db resources: requests: cpu: 250m