mirror of
https://github.com/bitnami/charts.git
synced 2026-03-15 14:57:16 +08:00
[bitnami/opensearch] Use different liveness/readiness probes (#26130)
Signed-off-by: David Gomez <dgomezleon@vmware.com>
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user