File tree Expand file tree Collapse file tree 4 files changed +28
-1
lines changed
charts/prometheus-mongodb-exporter Expand file tree Collapse file tree 4 files changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ maintainers:
1818name : prometheus-mongodb-exporter
1919sources :
2020 - https://github.com/percona/mongodb_exporter
21- version : 3.14 .0
21+ version : 3.15 .0
Original file line number Diff line number Diff line change 1+ # Test setting DNS overrides
2+
3+ dnsConfig :
4+ nameservers :
5+ - 192.0.2.1
6+ searches :
7+ - ns1.svc.cluster-domain.example
8+ - my.dns.search.suffix
9+ options :
10+ - name : ndots
11+ value : " 2"
12+ - name : edns0
13+
14+ hostAliases :
15+ - ip : " 127.0.0.1"
16+ hostnames :
17+ - " foo.local"
18+ - " bar.local"
19+ - ip : " 10.1.2.3"
20+ hostnames :
21+ - " foo.remote"
22+ - " bar.remote"
Original file line number Diff line number Diff line change 8282 dnsConfig :
8383 {{- toYaml . | nindent 8 }}
8484 {{- end }}
85+ {{- with .Values.hostAliases }}
86+ hostAliases :
87+ {{- toYaml . | nindent 8 }}
88+ {{- end }}
8589 imagePullSecrets :
8690 {{- toYaml .Values.imagePullSecrets | nindent 8 }}
8791 {{- with .Values.podSecurityContext }}
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ annotations: {}
66customLabels : {}
77
88dnsConfig : {}
9+ hostAliases : []
910
1011# Extra environment variables that will be passed into the exporter pod
1112env : {}
You can’t perform that action at this time.
0 commit comments