mirror of
https://github.com/carlosedp/cluster-monitoring.git
synced 2024-11-20 19:07:17 +01:00
Update Grafana. Stick to version on node_exporter.
This commit is contained in:
parent
3f71d54a97
commit
5f17d40071
@ -14,7 +14,7 @@ spec:
|
|||||||
runAsUser: 65534
|
runAsUser: 65534
|
||||||
containers:
|
containers:
|
||||||
- name: grafana
|
- name: grafana
|
||||||
image: carlosedp/monitoring-grafana:v5.0.4
|
image: carlosedp/monitoring-grafana:v5.1.3
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: grafana-config
|
- name: grafana-config
|
||||||
mountPath: /grafana/conf/config.ini
|
mountPath: /grafana/conf/config.ini
|
||||||
|
@ -20,7 +20,7 @@ spec:
|
|||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
hostPID: true
|
hostPID: true
|
||||||
containers:
|
containers:
|
||||||
- image: carlosedp/node_exporter
|
- image: carlosedp/node_exporter:v0.15.2
|
||||||
args:
|
args:
|
||||||
#- "--web.listen-address=0.0.0.1:9100"
|
#- "--web.listen-address=0.0.0.1:9100"
|
||||||
- "--path.procfs=/host/proc"
|
- "--path.procfs=/host/proc"
|
||||||
|
Loading…
Reference in New Issue
Block a user