You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
Is your feature request related to a problem? Please describe.
By default, and without customizations, Prometheus only looks for PrometheusRules and ServiceMonitors in its own Namespace. Currently, the ServiceMonitor Namespace is configurable but the PrometheusRule is not.
Describe the solution you'd like
Add support to allow PrometheusRule to be configured via .Values.master.prometheus.prometheusRuleNamespace
Example:
{{- if .Values.master.prometheus.prometheusRuleNamespace }}
namespace: {{ .Values.master.prometheus.prometheusRuleNamespace }}
{{- else }}
namespace: {{ template "jenkins.namespace" . }}
{{- end }}
Also, add these to the values.yaml file and Document them.
Describe alternatives you've considered
Modifying Prometheus to scan other Namespaces
Additional context
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions.
stalebot
added
the
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
label
Sep 2, 2020
Is your feature request related to a problem? Please describe.
By default, and without customizations, Prometheus only looks for PrometheusRules and ServiceMonitors in its own Namespace. Currently, the ServiceMonitor Namespace is configurable but the PrometheusRule is not.
Describe the solution you'd like
Add support to allow PrometheusRule to be configured via
.Values.master.prometheus.prometheusRuleNamespace
Example:
Also, add these to the
values.yaml
file and Document them.Describe alternatives you've considered
Modifying Prometheus to scan other Namespaces
Additional context
The text was updated successfully, but these errors were encountered: