Skip to content

Commit

Permalink
docs: fixed Helm chart variable name (#1260)
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Apr 26, 2023
1 parent ef7a735 commit 70a2a35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The table lists the parameters used to configure a MongoDB deployment.
| `databaseUrl` | `mongo-0.mongo,mongo-1.mongo,mongo-2.mongo` | String | URL for MongoDB. Change the URL if you are using Mongo Atlas.| Required|
| `databasePassword` | `""` | String | The base64 encoded MongoDB password. | Optional |
| `replicas` | `3` | Integer | Specifies the number of MongoDB replicas to start.| Required |
| `cpu.limit` | `2000m` | String | Specifies the CPU limit for each MongoDB replica.| Optional |
| `cpuLimit` | `2000m` | String | Specifies the CPU limit for each MongoDB replica.| Optional |
| `memorylimit` | `4Gi` | String |Specifies the memory limit for each MongoDB replica.| Optional |
| `pvcSize` | `20Gi` | String | Specifies the Persistent Volume Claim (PVC) size for each MongoDB replica.|Optional |
| `storageClass` | `""` | String | Storage class for the PVC. Leave this empty to use the default storage class. |Optional |
Expand Down

0 comments on commit 70a2a35

Please sign in to comment.