mirror of
https://github.com/bitnami/charts.git
synced 2026-03-13 14:57:24 +08:00
Revert coordinating and ingest replicas
This commit is contained in:
@@ -243,12 +243,6 @@ $ helm install --name my-release -f ./values-production.yaml bitnami/elasticsear
|
||||
+ failureThreshold: 5
|
||||
```
|
||||
|
||||
- Desired number of Elasticsearch coordinating-only nodes:
|
||||
```diff
|
||||
- data.replicas: 2
|
||||
+ data.replicas: 3
|
||||
```
|
||||
|
||||
- Enable the liveness probe (coordinating-only nodes pod):
|
||||
```diff
|
||||
- coordinating.livenessProbe.enabled: false
|
||||
@@ -325,12 +319,6 @@ $ helm install --name my-release -f ./values-production.yaml bitnami/elasticsear
|
||||
+ ingest.enabled: true
|
||||
```
|
||||
|
||||
- Desired number of Elasticsearch ingest nodes:
|
||||
```diff
|
||||
- data.replicas: 2
|
||||
+ data.replicas: 3
|
||||
```
|
||||
|
||||
- Enable the liveness probe (ingest nodes pod):
|
||||
```diff
|
||||
- ingest.livenessProbe.enabled: false
|
||||
|
||||
@@ -129,7 +129,7 @@ securityContext:
|
||||
##
|
||||
coordinating:
|
||||
name: coordinating-only
|
||||
replicas: 3
|
||||
replicas: 2
|
||||
heapSize: 128m
|
||||
antiAffinity: "soft"
|
||||
## node affinity
|
||||
@@ -251,7 +251,7 @@ data:
|
||||
ingest:
|
||||
enabled: true
|
||||
name: ingest
|
||||
replicas: 3
|
||||
replicas: 2
|
||||
heapSize: 128m
|
||||
antiAffinity: "soft"
|
||||
## node affinity
|
||||
|
||||
Reference in New Issue
Block a user