fix: update serviceMonitor and podMonitor selector configurations
Changed serviceMonitorSelectorNilUsesHelmValues and podMonitorSelectorNilUsesHelmValues from true to false in values.yaml to ensure explicit selection of ServiceMonitors and PodMonitors for Prometheus target discovery.
This commit is contained in:
@@ -4308,7 +4308,7 @@ prometheus:
|
||||
## prometheus resource to be created with selectors based on values in the helm deployment,
|
||||
## which will also match the servicemonitors created
|
||||
##
|
||||
serviceMonitorSelectorNilUsesHelmValues: true
|
||||
serviceMonitorSelectorNilUsesHelmValues: false
|
||||
|
||||
## ServiceMonitors to be selected for target discovery.
|
||||
## If {}, select all ServiceMonitors
|
||||
@@ -4331,7 +4331,7 @@ prometheus:
|
||||
## prometheus resource to be created with selectors based on values in the helm deployment,
|
||||
## which will also match the podmonitors created
|
||||
##
|
||||
podMonitorSelectorNilUsesHelmValues: true
|
||||
podMonitorSelectorNilUsesHelmValues: false
|
||||
|
||||
## PodMonitors to be selected for target discovery.
|
||||
## If {}, select all PodMonitors
|
||||
|
||||
Reference in New Issue
Block a user