Configuring an external database for Measure and Release
You can configure Measure and Release to use an external MongoDB database by creating a Kubernetes secret to store the database connection URL and updating the Helm chart to reference this secret.
You must have completed following tasks:
- Ensured a running MongoDB instance is available.
- Ensured that the following information is available:
MONGO_HOSTMONGO_PORTMongo_DATABASEMongo_USERMongo_PASSWORD
-
Ensured that the database user has the permission to access the required database.