[bitnami/mongodb] Change endpoint for metrics liveness and readiness probes (#14573)

Fixes bitnami/charts#14466

Signed-off-by: Anselm Eberhardt <aeberhardt@dg-i.net>
This commit is contained in:
aeber
2023-01-31 16:19:57 +01:00
committed by GitHub
parent 5ee97f7cdb
commit 68039b1904
4 changed files with 7 additions and 7 deletions

View File

@@ -26,4 +26,4 @@ name: mongodb
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/mongodb
- https://mongodb.org
version: 13.6.6
version: 13.6.7

View File

@@ -443,7 +443,7 @@ spec:
{{- else if .Values.metrics.livenessProbe.enabled }}
livenessProbe: {{- include "common.tplvalues.render" (dict "value" (omit .Values.metrics.livenessProbe "enabled") "context" $) | nindent 12 }}
httpGet:
path: /metrics
path: /
port: metrics
{{- end }}
{{- if .Values.metrics.customReadinessProbe }}
@@ -451,7 +451,7 @@ spec:
{{- else if .Values.metrics.readinessProbe.enabled }}
readinessProbe: {{- include "common.tplvalues.render" (dict "value" (omit .Values.metrics.readinessProbe "enabled") "context" $) | nindent 12 }}
httpGet:
path: /metrics
path: /
port: metrics
{{- end }}
{{- if .Values.metrics.customStartupProbe }}

View File

@@ -450,7 +450,7 @@ spec:
{{- else if .Values.metrics.livenessProbe.enabled }}
livenessProbe: {{- include "common.tplvalues.render" (dict "value" (omit .Values.metrics.livenessProbe "enabled") "context" $) | nindent 12 }}
httpGet:
path: /metrics
path: /
port: metrics
{{- end }}
{{- if .Values.metrics.customReadinessProbe }}
@@ -458,7 +458,7 @@ spec:
{{- else if .Values.metrics.readinessProbe.enabled }}
readinessProbe: {{- include "common.tplvalues.render" (dict "value" (omit .Values.metrics.readinessProbe "enabled") "context" $) | nindent 12 }}
httpGet:
path: /metrics
path: /
port: metrics
{{- end }}
{{- if .Values.metrics.customStartupProbe }}

View File

@@ -382,7 +382,7 @@ spec:
{{- else if .Values.metrics.livenessProbe.enabled }}
livenessProbe: {{- include "common.tplvalues.render" (dict "value" (omit .Values.metrics.livenessProbe "enabled") "context" $) | nindent 12 }}
httpGet:
path: /metrics
path: /
port: metrics
{{- end }}
{{- if .Values.metrics.customReadinessProbe }}
@@ -390,7 +390,7 @@ spec:
{{- else if .Values.metrics.readinessProbe.enabled }}
readinessProbe: {{- include "common.tplvalues.render" (dict "value" (omit .Values.metrics.readinessProbe "enabled") "context" $) | nindent 12 }}
httpGet:
path: /metrics
path: /
port: metrics
{{- end }}
{{- if .Values.metrics.customStartupProbe }}