Skip to content

Commit 75ac318

Browse files
Correct default data.replicas in the documentation (#6564)
1 parent 42b9b73 commit 75ac318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitnami/elasticsearch/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ The following table lists the configurable parameters of the Elasticsearch chart
174174
| `coordinating.serviceAccount.create` | Enable creation of ServiceAccount for the coordinating-only node | `false` |
175175
| `coordinating.serviceAccount.name` | Name of the created serviceAccount | Generated using the `elasticsearch.coordinating.fullname` |
176176
| `data.name` | Data node pod name | `data` |
177-
| `data.replicas` | Desired number of Elasticsearch data nodes | `3` |
177+
| `data.replicas` | Desired number of Elasticsearch data nodes | `2` |
178178
| `data.hostAliases` | Add deployment host aliases | `[]` |
179179
| `data.updateStrategy.type` | Update strategy for Data statefulset | `RollingUpdate` |
180180
| `data.updateStrategy.rollingUpdatePartition` | Partition update strategy for Data statefulset | `nil` |

0 commit comments

Comments
 (0)