File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
integration-tests/src/test/resources/exporter Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,21 @@ configmapReload:
5858 # When digest is set to a non-empty value, images will be pulled by digest (regardless of tag value).
5959 digest : " "
6060 pullPolicy : IfNotPresent
61+ alertmanager :
62+ # # If false, the configmap-reload container will not be deployed
63+ # #
64+ enabled : true
65+
66+ # # configmap-reload container name
67+ # #
68+ name : configmap-reload
69+
70+ # # configmap-reload container image
71+ # #
72+ image :
73+ repository : prometheus_configmap_reload_image
74+ tag : prometheus_configmap_reload_tag
75+ pullPolicy : IfNotPresent
6176
6277server :
6378 persistentVolume :
@@ -94,6 +109,11 @@ server:
94109 tag : prometheus_tag
95110 pullPolicy : IfNotPresent
96111
112+ kubeStateMetrics :
113+ # # If false, kube-state-metrics sub-chart will not be installed
114+ # #
115+ enabled : false
116+
97117prometheus-pushgateway :
98118 enabled : false
99119 image :
You can’t perform that action at this time.
0 commit comments