mirror of
https://github.com/carlosedp/cluster-monitoring.git
synced 2024-11-20 19:07:17 +01:00
Merge branch 'master' of https://github.com/carlosedp/prometheus-operator-ARM
* 'master' of https://github.com/carlosedp/prometheus-operator-ARM: Ignore filesystem on node_exporter Updated Prometheus
This commit is contained in:
commit
fda4c711d7
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user