Set workingDir: /data so relative DB paths resolve to PVC

neuron-marketplace.db was opening relative to /app (image root,
not writable by UID 1000). Set workingDir to /data so all relative
file opens land on the writable PVC volume.
This commit is contained in:
Will Anderson
2026-04-26 01:47:02 -05:00
parent 10b2ea6045
commit 26ed92ca38
@@ -42,6 +42,7 @@ spec:
- name: neuron-mcp
image: registry.neuralplatform.ai/neuron-technologies/neuron-mcp:v0.15.3
imagePullPolicy: Always
workingDir: /data
ports:
- name: http
containerPort: 8080