From 22353422ed082471430969e24e7fb1d149b30e4f Mon Sep 17 00:00:00 2001 From: David Gomez Date: Mon, 20 May 2024 17:29:30 +0200 Subject: [PATCH] [bitnami/opensearch] Use different liveness/readiness probes Signed-off-by: David Gomez --- bitnami/opensearch/Chart.yaml | 2 +- bitnami/opensearch/templates/dashboards/deployment.yaml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/bitnami/opensearch/Chart.yaml b/bitnami/opensearch/Chart.yaml index e3eb6d6b1b9851..1eaec677fce4bc 100644 --- a/bitnami/opensearch/Chart.yaml +++ b/bitnami/opensearch/Chart.yaml @@ -30,4 +30,4 @@ maintainers: name: opensearch sources: - https://github.com/bitnami/charts/tree/main/bitnami/opensearch -version: 1.0.7 +version: 1.0.8 diff --git a/bitnami/opensearch/templates/dashboards/deployment.yaml b/bitnami/opensearch/templates/dashboards/deployment.yaml index 9cdce3bd6bec44..2a3305fb52494a 100644 --- a/bitnami/opensearch/templates/dashboards/deployment.yaml +++ b/bitnami/opensearch/templates/dashboards/deployment.yaml @@ -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 }}