diff --git a/stable/prometheus/Chart.yaml b/stable/prometheus/Chart.yaml index ad429f613e93..b10c0e4ac223 100755 --- a/stable/prometheus/Chart.yaml +++ b/stable/prometheus/Chart.yaml @@ -1,5 +1,5 @@ name: prometheus -version: 3.0.3 +version: 3.1.0 description: Prometheus is a monitoring system and time series database. home: https://prometheus.io/ icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png diff --git a/stable/prometheus/values.yaml b/stable/prometheus/values.yaml index 18592d2cbfa5..0dc510c04968 100644 --- a/stable/prometheus/values.yaml +++ b/stable/prometheus/values.yaml @@ -515,6 +515,12 @@ serverFiles: relabel_configs: - action: labelmap regex: __meta_kubernetes_node_label_(.+) + - target_label: __address__ + replacement: kubernetes.default.svc:443 + - source_labels: [__meta_kubernetes_node_name] + regex: (.+) + target_label: __metrics_path__ + replacement: /api/v1/nodes/${1}/proxy/metrics # Scrape config for service endpoints. #