more dev work (#1)
* of course we need badges * kubernetes single device config example * fixed deployment json
This commit is contained in:
13
examples/kubernetes/single-device/configmap.json
Normal file
13
examples/kubernetes/single-device/configmap.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"apiVersion": "v1",
|
||||
"kind": "ConfigMap",
|
||||
"metadata": {
|
||||
"name": "mikrotik-exporter",
|
||||
"namespace": "prometheus"
|
||||
},
|
||||
"data": {
|
||||
"device": "router",
|
||||
"address": "192.168.11.1",
|
||||
"user": "prometheus"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user