* 'master' of https://github.com/carlosedp/prometheus-operator-ARM:
  Ignore filesystem on node_exporter
  Updated Prometheus
This commit is contained in:
CarlosEDP 2018-05-29 12:33:36 -05:00
commit fda4c711d7
3 changed files with 6 additions and 4 deletions

View File

@ -7,8 +7,8 @@ metadata:
traffic-type: external
annotations:
traefik.frontend.rule.type: PathPrefix
traefik.frontend.redirect.regex: ^http://(.*)
traefik.frontend.redirect.replacement: https://$1
#traefik.frontend.redirect.regex: ^http://(.*)
#traefik.frontend.redirect.replacement: https://$1
spec:
rules:
- host: grafana.cloud.carlosedp.com

View File

@ -25,6 +25,8 @@ spec:
#- "--web.listen-address=0.0.0.1:9100"
- "--path.procfs=/host/proc"
- "--path.sysfs=/host/sys"
- "--collector.filesystem.ignored-mount-points"
- '^(\/(host|root)\/sys\/kernel\/debug\/).*'
name: node-exporter
ports:
- containerPort: 9100

View File

@ -7,7 +7,7 @@ metadata:
spec:
replicas: 1
baseImage: carlosedp/prometheus
version: v2.1.0
version: v2.2.1
retention: "168h"
serviceAccountName: prometheus-k8s
serviceMonitorSelector:
@ -23,7 +23,7 @@ spec:
# memory. Modify based on your target and time-series count for
# production use. This value is mainly meant for demonstration/testing
# purposes.
memory: 400Mi
memory: 512Mi
alerting:
alertmanagers:
- namespace: monitoring