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:
2026-05-03 15:44:40 +07:00
parent dac76b9713
commit b7f2bc68a9

View File

@@ -4308,7 +4308,7 @@ prometheus:
## prometheus resource to be created with selectors based on values in the helm deployment, ## prometheus resource to be created with selectors based on values in the helm deployment,
## which will also match the servicemonitors created ## which will also match the servicemonitors created
## ##
serviceMonitorSelectorNilUsesHelmValues: true serviceMonitorSelectorNilUsesHelmValues: false
## ServiceMonitors to be selected for target discovery. ## ServiceMonitors to be selected for target discovery.
## If {}, select all ServiceMonitors ## If {}, select all ServiceMonitors
@@ -4331,7 +4331,7 @@ prometheus:
## prometheus resource to be created with selectors based on values in the helm deployment, ## prometheus resource to be created with selectors based on values in the helm deployment,
## which will also match the podmonitors created ## which will also match the podmonitors created
## ##
podMonitorSelectorNilUsesHelmValues: true podMonitorSelectorNilUsesHelmValues: false
## PodMonitors to be selected for target discovery. ## PodMonitors to be selected for target discovery.
## If {}, select all PodMonitors ## If {}, select all PodMonitors