mirror of
https://github.com/bitnami/charts.git
synced 2026-03-01 06:58:20 +08:00
[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:
@@ -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:
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user