add docs for opensearch, default to single-node install

Signed-off-by: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com>
This commit is contained in:
Pascal Sthamer
2025-04-04 14:13:21 +02:00
parent 557c39c8fc
commit 0880f4fffe
2 changed files with 24 additions and 1 deletions
@@ -1744,9 +1744,24 @@ volumePermissions:
## OpenSearch chart configuration
## ref: https://github.com/bitnami/charts/blob/main/bitnami/opensearch/values.yaml
## @param opensearch.enabled Switch to enable or disable the opensearch helm chart
## @skip opensearch.master
## @skip opensearch.data
## @skip opensearch.coordinating
## @skip opensearch.ingest
## @skip opensearch.dashboards
##
opensearch:
enabled: true
master:
replicaCount: 1
data:
replicaCount: 1
coordinating:
replicaCount: 1
ingest:
replicaCount: 1
dashboards:
enabled: true
## @section Vault Parameters
##