MongoDB component parameters

Parameter Description Default
mongodb.deploy Deploy mongodb component true
mongodb.disablePublicRoute Disable public route in SoFy solution (DO NOT CHANGE) true
mongodb.disableAccessControl Disable access control service in SoFy solution (DO NOT CHANGE) true
mongodb.nameOverride MongoDB service name override link-mongodb
mongodb.resources.requests.cpu Minimum CPU resources 250m
mongodb.resources.requests.memory Minimum memory resources 1Gi
mongodb.resources.limits.cpu Maximum CPU resources 2000m
mongodb.resources.limits.memory Maximum memory resources 4Gi
mongodb.masterDB Name of the database with Link data, created if it does not exist mdb
mongodb.auth.enabled Deploy password-protected MongoDB (DO NOT CHANGE) false
mongodb.persistence.enabled Enable MongoDB persistence (DO NOT CHANGE) true
mongodb.persistence.existingClaim Name of the existing PVC, if any, to use for Mongo persistence ""
mongodb.external.host Host name of the externally provided MongoDB ""
mongodb.external.uri Full connecton URI of the externally provided MongoDB ""
mongodb.external.port Port name of the externally provided MongoDB 27017
mongodb.external.username Username for authenticating with MongoDB ""
mongodb.external.secret Secret with password key for authenticating with external MongoDB ""
mongodb.external.authenticationDatabase Database used for authentication with admin