mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-20 02:25:53 +10:00
[bitnami/mongodb] Fix metrics containerPort when using standalone (#10084)
Signed-off-by: Miguel Ruiz <miruiz@vmware.com>
This commit is contained in:
@@ -26,4 +26,4 @@ name: mongodb
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-mongodb
|
||||
- https://mongodb.org
|
||||
version: 12.1.1
|
||||
version: 12.1.2
|
||||
|
||||
@@ -369,8 +369,8 @@ spec:
|
||||
mountPath: /certs
|
||||
{{- end }}
|
||||
ports:
|
||||
- name: mongodb
|
||||
containerPort: {{ .Values.containerPorts.mongodb }}
|
||||
- name: metrics
|
||||
containerPort: {{ .Values.metrics.containerPort }}
|
||||
{{- if not .Values.diagnosticMode.enabled }}
|
||||
{{- if .Values.metrics.livenessProbe.enabled }}
|
||||
livenessProbe: {{- include "common.tplvalues.render" (dict "value" (omit .Values.metrics.livenessProbe "enabled") "context" $) | nindent 12 }}
|
||||
|
||||
Reference in New Issue
Block a user