[bitnami/opensearch] Use different liveness/readiness probes (#26130)

Signed-off-by: David Gomez <dgomezleon@vmware.com>
This commit is contained in:
David Gomez
2024-05-20 18:28:26 +02:00
committed by GitHub
parent 4042c9c207
commit 467ca82cbc
2 changed files with 2 additions and 3 deletions

View File

@@ -133,8 +133,7 @@ spec:
livenessProbe: {{- include "common.tplvalues.render" (dict "value" .Values.dashboards.customLivenessProbe "context" $) | nindent 12 }}
{{- else if .Values.dashboards.livenessProbe.enabled }}
livenessProbe: {{- include "common.tplvalues.render" (dict "value" (omit .Values.dashboards.livenessProbe "enabled") "context" $) | nindent 12 }}
httpGet:
path: "/"
tcpSocket:
port: {{ .Values.dashboards.containerPorts.http }}
{{- end }}
{{- if .Values.dashboards.customReadinessProbe }}