[bitnami/elasticsearch] Fix "initialDelaySeconds" Overwrite Issue in bitnami/elasticsearch/templates/ingest-deploy.yaml (#3762)

* add affinity, nodeSelector, tolerations attributes for Elasticsearch metrics service

* update the chart version from 12.5.2 to 12.6.0

* [bitnami/elasticsearch] Update the chart version from 12.5.2 to 12.6.0

* remove the duplicated 'initialDelaySeconds' configuration in ingest-deploy.yaml of bitnami/elasticsearch

* update the Elasticsearch chart version from 12.6.4 to 12.6.5

Co-authored-by: Harry Cai <harry.cai@siemens.com>
This commit is contained in:
Harry Cai
2020-09-24 17:28:39 +08:00
committed by GitHub
parent c45bc6fb26
commit 4b5612ba95
2 changed files with 1 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: elasticsearch
version: 12.6.4
version: 12.6.5
appVersion: 7.9.1
description: A highly scalable open-source full-text search and analytics engine
keywords:

View File

@@ -110,7 +110,6 @@ spec:
httpGet:
path: /_cluster/health?local=true
port: 9200
initialDelaySeconds: 90
{{- end }}
{{- if .Values.ingest.readinessProbe.enabled}}
readinessProbe:
@@ -122,7 +121,6 @@ spec:
httpGet:
path: /_cluster/health?local=true
port: 9200
initialDelaySeconds: 5
{{- end}}
{{- if .Values.ingest.resources }}
resources: {{- toYaml .Values.ingest.resources | nindent 12 }}