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:
58
58
# When digest is set to a non-empty value, images will be pulled by digest (regardless of tag value).
59
59
digest : " "
60
60
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
61
76
62
77
server :
63
78
persistentVolume :
@@ -94,6 +109,11 @@ server:
94
109
tag : prometheus_tag
95
110
pullPolicy : IfNotPresent
96
111
112
+ kubeStateMetrics :
113
+ # # If false, kube-state-metrics sub-chart will not be installed
114
+ # #
115
+ enabled : false
116
+
97
117
prometheus-pushgateway :
98
118
enabled : false
99
119
image :
You can’t perform that action at this time.
0 commit comments