Wire marketplace Postgres datasource for neuron-mcp
Add MARKETPLACE_DB_URL/USER to ConfigMap and MARKETPLACE_DB_PASSWORD ExternalSecret (sourced from secret/legion-db in Vault). Remove the SQLite subPath volume mount and fix-data-ownership initContainer from the blue deployment — marketplace storage is now in Postgres.
This commit is contained in:
@@ -56,3 +56,7 @@ spec:
|
||||
remoteRef:
|
||||
key: secret/data/neuron-technologies/marketing
|
||||
property: stripe_marketplace_webhook_secret
|
||||
- secretKey: MARKETPLACE_DB_PASSWORD
|
||||
remoteRef:
|
||||
key: secret/data/legion-db
|
||||
property: postgres_password
|
||||
|
||||
Reference in New Issue
Block a user