assets: adapt to recent changes

Recently the ConfigMap for the prometheus config was changed, but not in
the assets, where it should have happened.
This commit is contained in:
Frederic Branczyk
2016-12-14 18:13:28 -08:00
parent 1c6bc7a387
commit dca2c152cf

View File

@@ -1,3 +1,22 @@
alerting:
alertmanagers:
- kubernetes_sd_configs:
- role: endpoints
relabel_configs:
- action: keep
regex: alertmanager-main
source_labels:
- __meta_kubernetes_service_name
- action: keep
regex: monitoring
source_labels:
- __meta_kubernetes_namespace
- action: keep
regex: web
source_labels:
- __meta_kubernetes_endpoint_port_name
scheme: http
global: global:
scrape_interval: 15s scrape_interval: 15s
evaluation_interval: 15s evaluation_interval: 15s