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:
Will Anderson
2026-04-26 02:33:26 -05:00
parent af00930a9f
commit e18d953ff9
3 changed files with 7 additions and 15 deletions
@@ -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