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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user