Skip to content

Commit 284d216

Browse files
authored
docs(helm): podmonitor does not need service
1 parent 00c0c11 commit 284d216

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

deployments/kubernetes/chart/reloader/values.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)