File tree Expand file tree Collapse file tree
addons/mongodb/7.0/chart/mongodb Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -403,7 +403,7 @@ spec:
403403 {{- else }}
404404 args :
405405 - |
406- mongodb_exporter --collect-all --compatible-mode --web.listen-address ":{{ .Values.metrics.containerPort }}" --mongodb.uri "{{ include "mongodb.mongodb_exporter.uri" . }}" {{ .Values.metrics.extraFlags }}
406+ mongodb_exporter --collector.replicasetstatus --collector.dbstats --collector.indexstats --collector.collstats --compatible-mode --web.listen-address ":{{ .Values.metrics.containerPort }}" --mongodb.uri "{{ include "mongodb.mongodb_exporter.uri" . }}" {{ .Values.metrics.extraFlags }}
407407 {{- end }}
408408 env :
409409 {{- if .Values.auth.enabled }}
Original file line number Diff line number Diff line change @@ -1912,7 +1912,7 @@ metrics:
19121912 # # @param metrics.livenessProbe.successThreshold Success threshold for livenessProbe
19131913 # #
19141914 livenessProbe :
1915- enabled : true
1915+ enabled : false
19161916 initialDelaySeconds : 60
19171917 periodSeconds : 30
19181918 timeoutSeconds : 5
@@ -1928,7 +1928,7 @@ metrics:
19281928 # # @param metrics.readinessProbe.successThreshold Success threshold for readinessProbe
19291929 # #
19301930 readinessProbe :
1931- enabled : true
1931+ enabled : false
19321932 initialDelaySeconds : 60
19331933 periodSeconds : 30
19341934 timeoutSeconds : 5
You can’t perform that action at this time.
0 commit comments