Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

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

global.mongodbConnectionSecretName

The name of the secret containing the mongodb connection string.

Opaqe secret with key connection-string in the data section.

mongodb.enabled

false

Deactivates the deployment of mongodb in the cluster.

platform.useShortDBNames

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.

platform.useShortMwhIds

true

Mongo Atlas limits the length of collections. Therefor this flag must be set to true Mongo Atlas DB is used.

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.