Added netdata stack (#361)
* Added netdata stack * Pump up version * Set io.rancher.scheduler.global to true
This commit is contained in:
committed by
Hussein Galal
parent
cd8a0603ad
commit
a6429ee899
Executable
+11
@@ -0,0 +1,11 @@
|
||||
netdata:
|
||||
image: titpetric/netdata:latest
|
||||
labels:
|
||||
io.rancher.scheduler.global: 'true'
|
||||
cap_add:
|
||||
- SYS_PTRACE
|
||||
volumes:
|
||||
- /proc:/host/proc:ro
|
||||
- /sys:/host/sys:ro
|
||||
environment:
|
||||
NETDATA_PORT: "${NETDATA_PORT}"
|
||||
Reference in New Issue
Block a user