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
|
traffic-type: external
|
||||||
annotations:
|
annotations:
|
||||||
traefik.frontend.rule.type: PathPrefix
|
traefik.frontend.rule.type: PathPrefix
|
||||||
traefik.frontend.redirect.regex: ^http://(.*)
|
#traefik.frontend.redirect.regex: ^http://(.*)
|
||||||
traefik.frontend.redirect.replacement: https://$1
|
#traefik.frontend.redirect.replacement: https://$1
|
||||||
spec:
|
spec:
|
||||||
rules:
|
rules:
|
||||||
- host: grafana.cloud.carlosedp.com
|
- host: grafana.cloud.carlosedp.com
|
||||||
|
@ -25,6 +25,8 @@ spec:
|
|||||||
#- "--web.listen-address=0.0.0.1:9100"
|
#- "--web.listen-address=0.0.0.1:9100"
|
||||||
- "--path.procfs=/host/proc"
|
- "--path.procfs=/host/proc"
|
||||||
- "--path.sysfs=/host/sys"
|
- "--path.sysfs=/host/sys"
|
||||||
|
- "--collector.filesystem.ignored-mount-points"
|
||||||
|
- '^(\/(host|root)\/sys\/kernel\/debug\/).*'
|
||||||
name: node-exporter
|
name: node-exporter
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 9100
|
- containerPort: 9100
|
||||||
|
@ -7,7 +7,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
baseImage: carlosedp/prometheus
|
baseImage: carlosedp/prometheus
|
||||||
version: v2.1.0
|
version: v2.2.1
|
||||||
retention: "168h"
|
retention: "168h"
|
||||||
serviceAccountName: prometheus-k8s
|
serviceAccountName: prometheus-k8s
|
||||||
serviceMonitorSelector:
|
serviceMonitorSelector:
|
||||||
@ -23,7 +23,7 @@ spec:
|
|||||||
# memory. Modify based on your target and time-series count for
|
# memory. Modify based on your target and time-series count for
|
||||||
# production use. This value is mainly meant for demonstration/testing
|
# production use. This value is mainly meant for demonstration/testing
|
||||||
# purposes.
|
# purposes.
|
||||||
memory: 400Mi
|
memory: 512Mi
|
||||||
alerting:
|
alerting:
|
||||||
alertmanagers:
|
alertmanagers:
|
||||||
- namespace: monitoring
|
- namespace: monitoring
|
||||||
|
Loading…
Reference in New Issue
Block a user