|
1 | 1 | diff --git a/solution-base/mongodb/charts/mongodb-sharded/values.yaml b/solution-base/mongodb/charts/mongodb-sharded/values.yaml
|
2 |
| -index d934cc7b..83f60e80 100644 |
| 2 | +index 92c89663..6bdc437b 100644 |
3 | 3 | --- a/solution-base/mongodb/charts/mongodb-sharded/values.yaml
|
4 | 4 | +++ b/solution-base/mongodb/charts/mongodb-sharded/values.yaml
|
5 |
| -@@ -1768,7 +1768,7 @@ metrics: |
| 5 | +@@ -132,7 +132,7 @@ auth: |
| 6 | + existingSecret: "" |
| 7 | + ## @param auth.usePasswordFiles Mount credentials as files instead of using environment variables |
| 8 | + ## |
| 9 | +- usePasswordFiles: true |
| 10 | ++ usePasswordFiles: false |
| 11 | + ## @param shards Number of shards to be created |
| 12 | + ## ref: https://docs.mongodb.com/manual/core/sharded-cluster-shards/ |
| 13 | + ## |
| 14 | +@@ -273,7 +273,7 @@ volumePermissions: |
| 15 | + ## @param volumePermissions.resourcesPreset Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if volumePermissions.resources is set (volumePermissions.resources is recommended for production). |
| 16 | + ## More information: https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15 |
| 17 | + ## |
| 18 | +- resourcesPreset: "nano" |
| 19 | ++ resourcesPreset: "none" |
| 20 | + ## @param volumePermissions.resources Set container requests and limits for different resources like CPU or memory (essential for production workloads) |
| 21 | + ## Example: |
| 22 | + ## resources: |
| 23 | +@@ -418,7 +418,7 @@ configsvr: |
| 24 | + ## @param configsvr.resourcesPreset Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if configsvr.resources is set (configsvr.resources is recommended for production). |
| 25 | + ## More information: https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15 |
| 26 | + ## |
| 27 | +- resourcesPreset: "small" |
| 28 | ++ resourcesPreset: "none" |
| 29 | + ## @param configsvr.resources Set container requests and limits for different resources like CPU or memory (essential for production workloads) |
| 30 | + ## Example: |
| 31 | + ## resources: |
| 32 | +@@ -779,7 +779,7 @@ mongos: |
| 33 | + ## @param mongos.resourcesPreset Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if mongos.resources is set (mongos.resources is recommended for production). |
| 34 | + ## More information: https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15 |
| 35 | + ## |
| 36 | +- resourcesPreset: "small" |
| 37 | ++ resourcesPreset: "none" |
| 38 | + ## @param mongos.resources Set container requests and limits for different resources like CPU or memory (essential for production workloads) |
| 39 | + ## Example: |
| 40 | + ## resources: |
| 41 | +@@ -1136,7 +1136,7 @@ shardsvr: |
| 42 | + ## @param shardsvr.dataNode.resourcesPreset Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if shardsvr.dataNode.resources is set (shardsvr.dataNode.resources is recommended for production). |
| 43 | + ## More information: https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15 |
| 44 | + ## |
| 45 | +- resourcesPreset: "medium" |
| 46 | ++ resourcesPreset: "none" |
| 47 | + ## @param shardsvr.dataNode.resources Set container requests and limits for different resources like CPU or memory (essential for production workloads) |
| 48 | + ## Example: |
| 49 | + ## resources: |
| 50 | +@@ -1512,7 +1512,7 @@ shardsvr: |
| 51 | + ## @param shardsvr.arbiter.resourcesPreset Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if shardsvr.arbiter.resources is set (shardsvr.arbiter.resources is recommended for production). |
| 52 | + ## More information: https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15 |
| 53 | + ## |
| 54 | +- resourcesPreset: "small" |
| 55 | ++ resourcesPreset: "none" |
| 56 | + ## @param shardsvr.arbiter.resources Set container requests and limits for different resources like CPU or memory (essential for production workloads) |
| 57 | + ## Example: |
| 58 | + ## resources: |
| 59 | +@@ -1812,11 +1812,11 @@ metrics: |
6 | 60 | ## @param metrics.extraArgs String with extra arguments to the metrics exporter
|
7 | 61 | ## ref: https://github.com/percona/mongodb_exporter/blob/main/main.go
|
8 | 62 | ##
|
9 | 63 | - extraArgs: ""
|
10 | 64 | + extraArgs: "--collector.diagnosticdata --collector.replicasetstatus --collector.dbstats --collector.topmetrics --compatible-mode"
|
11 |
| - ## @param metrics.resourcesPreset Set container resources according to one common preset (allowed values: none, nano, small, medium, large, xlarge, 2xlarge). This is ignored if metrics.resources is set (metrics.resources is recommended for production). |
| 65 | + ## @param metrics.resourcesPreset Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if metrics.resources is set (metrics.resources is recommended for production). |
12 | 66 | ## More information: https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15
|
13 | 67 | ##
|
| 68 | +- resourcesPreset: "nano" |
| 69 | ++ resourcesPreset: "none" |
| 70 | + ## @param metrics.resources Set container requests and limits for different resources like CPU or memory (essential for production workloads) |
| 71 | + ## Example: |
| 72 | + ## resources: |
0 commit comments