Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 790 Bytes

mongo-db.md

File metadata and controls

20 lines (13 loc) · 790 Bytes

Create Mongo-DB deployment in ICP

To create a mongo db deployment in Ibm Cloud Private

  1. Navigate to catalog in the top right corner.

  2. Search for mongo in the catalog. Select mongodb mongo

  3. Move to configuration tab and give the release a name. mongo

  4. Expand All Parameters

  5. Check Enable Persistance for this deployment. In Data Volume Configuration put the name of the Persistent Volume Claim created in the last section. In our case its called mongo-pvc. Set the size of the claim to 5 Gb mongo

  6. In MongoDB Configuration set a username, password, database name and mongo connect command. mongo

  7. Click Install.