Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaGirdhar committed Jun 2, 2023
1 parent 24b2d84 commit 0a0c28a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/userguide/cluster-chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ helm upgrade [RELEASE_NAME] opensearch-operator/opensearch-cluster
```

## Configuring OpenSearch Cluster
By default, the installation will deploy a node pool consisting of three master nodes with the dashboard enabled. Check [helm chart values](../../charts/opensearch-cluster/values.yaml) for more details.
By default, the installation will deploy a node pool consisting of three master nodes with the dashboard enabled. For the entire configuration, check [helm chart values](../../charts/opensearch-cluster/values.yaml).

To further customize your OpenSearchCluster installation, you can utilize configuration overrides and modify your `values.yaml`, this allows you to tailor various aspects of the installation to meet your specific requirements.
For instance, if you need to change the httpPort to 9300, this can be achieved by setting `OpenSearchClusterSpec.general.httpPort` to `9300` in the **helm chart values**.
For instance, if you need to change the httpPort to 9300, this can be achieved by setting `OpenSearchClusterSpec.general.httpPort` to `9300` in the [helm chart values](../../charts/opensearch-cluster/values.yaml).
```yaml
OpenSearchClusterSpec:
general:
Expand Down

0 comments on commit 0a0c28a

Please sign in to comment.