Merge pull request 'Mount marketplace DB via PVC subPath at /app/neuron-marketplace.db' (#16) from fix/neuron-mcp-marketplace-subpath into main

This commit is contained in:
2026-04-26 07:03:16 +00:00
@@ -22,7 +22,7 @@ spec:
slot: blue slot: blue
env: prod env: prod
annotations: annotations:
config-hash: "marketplace-db-path-v1" config-hash: "marketplace-db-subpath-v2"
spec: spec:
terminationGracePeriodSeconds: 30 terminationGracePeriodSeconds: 30
securityContext: securityContext:
@@ -67,6 +67,9 @@ spec:
volumeMounts: volumeMounts:
- name: data - name: data
mountPath: /data mountPath: /data
- name: data
mountPath: /app/neuron-marketplace.db
subPath: neuron-marketplace.db
resources: resources:
requests: requests:
cpu: 250m cpu: 250m