With 1d00e0ab ("ServiceMonitor: Enable Prometheus to select ServMon outside own ns") merged: To emphasize the fact, that ServiceMonitors can be deployed alongside their targets, this patch moves the Alertmanager, Kube-State-Metrics, Node-Exporter and Prometheus Operator Service-Monitor into the respective target folder in the kube-prometheus project.
9 lines
407 B
Jsonnet
9 lines
407 B
Jsonnet
{
|
|
clusterRoleBinding:: import "node-exporter-cluster-role-binding.libsonnet",
|
|
clusterRole:: import "node-exporter-cluster-role.libsonnet",
|
|
daemonset:: import "node-exporter-daemonset.libsonnet",
|
|
serviceAccount:: import "node-exporter-service-account.libsonnet",
|
|
service:: import "node-exporter-service.libsonnet",
|
|
serviceMonitor:: import "node-exporter-service-monitor.libsonnet",
|
|
}
|