Fix marketplace DB: revert workingDir, add NEURON_MARKETPLACE_DB_PATH
workingDir: /data broke the JVM (app.jar is a relative path in /app). Add NEURON_MARKETPLACE_DB_PATH=/data/neuron-marketplace.db env var following the same pattern as NEURON_DB_PATH for the core DB.
This commit is contained in:
@@ -7,6 +7,7 @@ data:
|
||||
SPRING_PROFILES_ACTIVE: "prod"
|
||||
NEURON_DATA_DIR: "/data"
|
||||
NEURON_DB_PATH: "/data/neuron.db"
|
||||
NEURON_MARKETPLACE_DB_PATH: "/data/neuron-marketplace.db"
|
||||
NEURON_STORAGE_PATH: "/data"
|
||||
SERVER_TOMCAT_ACCESSLOG_ENABLED: "true"
|
||||
# Prod: minimal surface — never expose internals
|
||||
|
||||
@@ -42,7 +42,6 @@ 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