File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
deployments/kubernetes/chart/reloader Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -115,8 +115,10 @@ reloader:
115115 # configmap: "my.company.com/configmap"
116116 # secret: "my.company.com/secret"
117117 custom_annotations : {}
118+
118119 serviceMonitor :
119- # enabling this requires service to be enabled as well, or no endpoints will be found
120+ # Deprecated: Service monitor will be removed in future releases of reloader in favour of Pod monitor
121+ # Enabling this requires service to be enabled as well, or no endpoints will be found
120122 enabled : false
121123 # Set the namespace the ServiceMonitor should be deployed
122124 # namespace: monitoring
@@ -128,7 +130,6 @@ reloader:
128130 # timeout: 10s
129131
130132 podMonitor :
131- # enabling this requires service to be enabled as well, or no endpoints will be found
132133 enabled : false
133134 # Set the namespace the podMonitor should be deployed
134135 # namespace: monitoring
You can’t perform that action at this time.
0 commit comments