The deployment can be configured to use an external Mongo DB instance rather than deploying one in the cluster. At the moment this was tested with Atlas Mongo DB.
Add or change the following properties in your values file of Smartfacts to use an external Mongo DB:
property | value to be set | remark |
---|---|---|
| The name of the secret containing the mongodb connection string. | Opaqe secret with key |
| false | Deactivates the deployment of mongodb in the cluster. |
| true | Mongo Atlas limits the length of data base names to 38 bytes (instead of 63). Therefore this flag must be true if Mongo Atlas DB is used. |
| true | Mongo Atlas limits the length of collections. Therefor this flag must be set to true Mongo Atlas DB is used. |
0 Comments