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