Revert coordinating and ingest replicas

This commit is contained in:
Carlos Rodriguez Hernandez
2019-06-10 07:19:35 +00:00
parent d0f277861c
commit 825fc57c75
2 changed files with 2 additions and 14 deletions

View File

@@ -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

View File

@@ -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