@@ -64,6 +64,7 @@ The following table lists the configurable parameters of the Elasticsearch chart
6464| ` master.replicas ` | Desired number of Elasticsearch master-eligible nodes | ` 2 ` |
6565| ` master.heapSize ` | Master-eligible node heap size | ` 128m ` |
6666| ` master.antiAffinity ` | Master-eligible node pod anti-affinity policy | ` soft ` |
67+ | ` coordinating.nodeAffinity ` | Master-eligible node affinity policy | ` nil ` |
6768| ` master.service.type ` | Kubernetes Service type (master-eligible nodes) | ` ClusterIP ` |
6869| ` master.service.port ` | Kubernetes Service port for Elasticsearch transport port (master-eligible nodes) | ` 9300 ` |
6970| ` master.service.nodePort ` | Kubernetes Service nodePort (master-eligible nodes) | ` nil ` |
@@ -90,6 +91,7 @@ The following table lists the configurable parameters of the Elasticsearch chart
9091| ` coordinating.replicas ` | Desired number of Elasticsearch coordinating-only nodes | ` 2 ` |
9192| ` coordinating.heapSize ` | Coordinating-only node heap size | ` 128m ` |
9293| ` coordinating.antiAffinity ` | Coordinating-only node pod anti-affinity policy | ` soft ` |
94+ | ` coordinating.nodeAffinity ` | Coordinating-only node affinity policy | ` nil ` |
9395| ` coordinating.service.type ` | Kubernetes Service type (coordinating-only nodes) | ` ClusterIP ` |
9496| ` coordinating.service.port ` | Kubernetes Service port for REST API (coordinating-only nodes) | ` 9200 ` |
9597| ` coordinating.service.nodePort ` | Kubernetes Service nodePort (coordinating-only nodes) | ` nil ` |
@@ -112,6 +114,7 @@ The following table lists the configurable parameters of the Elasticsearch chart
112114| ` data.replicas ` | Desired number of Elasticsearch data nodes nodes | ` 3 ` |
113115| ` data.heapSize ` | Data node heap size | ` 1024m ` |
114116| ` data.antiAffinity ` | Data pod anti-affinity policy | ` soft ` |
117+ | ` data.nodeAffinity ` | Data pod node affinity policy | ` nil ` |
115118| ` data.resources ` | CPU/Memory resource requests/limits for data nodes | ` requests: { cpu: "25m", memory: "1152Mi" } ` |
116119| ` data.persistence.enabled ` | Enable persistence using a ` PersistentVolumeClaim ` | ` true ` |
117120| ` data.persistence.annotations ` | Persistent Volume Claim annotations | ` {} ` |
@@ -135,6 +138,7 @@ The following table lists the configurable parameters of the Elasticsearch chart
135138| ` ingest.replicas ` | Desired number of Elasticsearch ingest nodes | ` 2 ` |
136139| ` ingest.heapSize ` | Ingest node heap size | ` 128m ` |
137140| ` ingest.antiAffinity ` | Ingest node pod anti-affinity policy | ` soft ` |
141+ | ` ingest.nodeAffinity ` | Ingest node pod affinity policy | ` nil ` |
138142| ` ingest.service.type ` | Kubernetes Service type (ingest nodes) | ` ClusterIP ` |
139143| ` ingest.service.port ` | Kubernetes Service port Elasticsearch transport port (ingest nodes) | ` 9300 ` |
140144| ` ingest.service.nodePort ` | Kubernetes Service nodePort (ingest nodes) | ` nil ` |
0 commit comments