DirectorySecurity AdvisoriesPricing
Sign in
Directory
prometheus-mongodb-exporter logoHELM

prometheus-mongodb-exporter

Helm chart
Last changed
Request a free trial

Contact our team to test out this Helm chart and related images for free. Please also indicate any other images you would like to evaluate.

Overview
Chart versions
Default values
Chart metadata
Images

Tag:
Compare:

1
affinity: {}
2
annotations: {}
3
## Additional labels to add to all resources
4
customLabels: {}
5
dnsConfig: {}
6
hostAliases: []
7
# Extra environment variables that will be passed into the exporter pod
8
env: {}
9
extraArgs:
10
- --collect-all
11
fullnameOverride: ""
12
image:
13
pullPolicy: IfNotPresent
14
repository: cgr.dev/scratch-images/test-tmp/prometheus-mongodb-exporter-fips
15
tag: 0.53.0-r3@sha256:9f427afeca1fd54eaae085b822e5c71e71ae3930d4f01ec4c1dca5f4e6c08b90
16
imagePullSecrets: []
17
livenessProbe:
18
httpGet:
19
path: /
20
port: metrics
21
initialDelaySeconds: 10
22
# If the multi-target mode is enabled, this value will be ignored.
23
# [mongodb[+srv]://][user:pass@]host1[:port1][,host2[:port2],...][/database][?options]
24
mongodb:
25
uri: "mongodb://mongodb:27017"
26
# Name of an externally managed secret (in the same namespace) containing the connection uri as key `mongodb-uri`.
27
# If this is provided, the value mongodb.uri is ignored.
28
# If the multi-target mode is enabled, this value will be ignored.
29
existingSecret:
30
name: ""
31
key: "mongodb-uri"
32
nameOverride: ""
33
nodeSelector: {}
34
podAnnotations: {}
35
# prometheus.io/scrape: "true"
36
# prometheus.io/port: "9216"
37
# prometheus.io/path: /metrics
38
39
podLabels: {}
40
port: "9216"
41
priorityClassName: ""
42
readinessProbe:
43
httpGet:
44
path: /
45
port: metrics
46
initialDelaySeconds: 10
47
replicas: 1
48
resources: {}
49
# limits:
50
# cpu: 250m
51
# memory: 192Mi
52
# requests:
53
# cpu: 100m
54
# memory: 128Mi
55
56
# Customize securityContext of the pod.
57
# See https://kubernetes.io/docs/concepts/policy/security-context/ for more.
58
podSecurityContext: {}
59
# seccompProfile:
60
# type: RuntimeDefault
61
62
securityContext:
63
allowPrivilegeEscalation: false
64
capabilities:
65
drop:
66
- ALL
67
readOnlyRootFilesystem: true
68
runAsGroup: 10000
69
runAsNonRoot: true
70
runAsUser: 10000
71
service:
72
labels: {}
73
annotations: {}
74
port: 9216
75
type: ClusterIP
76
portName: metrics
77
serviceAccount:
78
create: true
79
# If create is true and name is not set, then a name is generated using the
80
# fullname template.
81
name:
82
serviceMonitor:
83
enabled: false
84
apiVersion: "monitoring.coreos.com/v1"
85
multiTarget:
86
enabled: false
87
# The username and password must be the same for every target configured below
88
# The password is only added if the username is also set.
89
username: ""
90
password:
91
existingSecret:
92
name: ""
93
key: password
94
value: ""
95
targets: []
96
# Every target must have uri and name set
97
# - uri: "mongodb://mongodb-0.staging.internal:27017/admin"
98
# name: "mongodb-0"
99
# - uri: "mongodb://mongodb-1.staging.internaltld:27017/admin"
100
# name: "mongodb-1"
101
# scrapeTimeout: 30s
102
# interval: 60s
103
# metricRelabelings:
104
# - targetLabel: environment
105
# replacement: staging
106
# action: replace
107
interval: 30s
108
scrapeTimeout: 10s
109
namespace:
110
additionalLabels: {}
111
targetLabels: []
112
metricRelabelings: []
113
scheme: ""
114
tlsConfig: {}
115
telemetryPath: /metrics
116
tolerations: []
117
# Volumes that will be attached to the exporter deployment
118
volumes: []
119
# Volumes that will be mounted into the exporter pod
120
volumeMounts: []
121

The trusted source for open source

Talk to an expert
PrivacyTerms

Product

Chainguard ContainersChainguard LibrariesChainguard VMsChainguard OS PackagesChainguard ActionsChainguard Agent SkillsIntegrationsPricing
© 2026 Chainguard, Inc. All Rights Reserved.
Chainguard® and the Chainguard logo are registered trademarks of Chainguard, Inc. in the United States and/or other countries.
The other respective trademarks mentioned on this page are owned by the respective companies and use of them does not imply any affiliation or endorsement.