diff --git a/stable/prometheus/Chart.yaml b/stable/prometheus/Chart.yaml index 3b809a949d..6347fd0f4c 100755 --- a/stable/prometheus/Chart.yaml +++ b/stable/prometheus/Chart.yaml @@ -1,5 +1,5 @@ name: prometheus -version: 6.3.2 +version: 6.3.3 appVersion: 2.2.1 description: Prometheus is a monitoring system and time series database. home: https://prometheus.io/ diff --git a/stable/prometheus/values.yaml b/stable/prometheus/values.yaml index c80387a53a..fcb862705d 100644 --- a/stable/prometheus/values.yaml +++ b/stable/prometheus/values.yaml @@ -719,6 +719,17 @@ serverFiles: rules: {} prometheus.yml: + global: + ## How frequently to scrape targets by default + ## + scrape_interval: 1m + ## How long until a scrape request times out + ## + scrape_timeout: 10s + ## How frequently to evaluate rules + ## + evaluation_interval: 1m + rule_files: - /etc/config/rules - /etc/config/alerts