anno
This commit is contained in:
parent
f407198c5b
commit
353a3780c6
@ -12,24 +12,14 @@
|
||||
"community": "public",
|
||||
"oidTopics": [
|
||||
{
|
||||
"oid": ".1.3.6.1.2.1.31.1.1.1.6.4",
|
||||
"oid": ".1.3.6.1.2.1.2.2.1.10.5",
|
||||
"label": "wan-in",
|
||||
"diff": "true"
|
||||
},
|
||||
{
|
||||
"oid": ".1.3.6.1.2.1.31.1.1.1.10.4",
|
||||
"oid": ".1.3.6.1.2.1.2.2.1.16.5",
|
||||
"label": "wan-out",
|
||||
"diff": "true"
|
||||
},
|
||||
{
|
||||
"oid": ".1.3.6.1.2.1.31.1.1.1.6.2",
|
||||
"label": "lan-in",
|
||||
"diff": "true"
|
||||
},
|
||||
{
|
||||
"oid": ".1.3.6.1.2.1.31.1.1.1.10.2",
|
||||
"label": "lan-out",
|
||||
"diff": "true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -5,6 +5,8 @@ metadata:
|
||||
namespace: homea
|
||||
labels:
|
||||
app: snmp-nmqtt
|
||||
annotations:
|
||||
secret.reloader.stakater.com/reload: "snmp-mqtt-conf"
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
|
4
deployment/pushconfig.sh
Executable file
4
deployment/pushconfig.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
kubectl create configmap snmp-mqtt-conf --from-literal=SNMP_MQTT_CONF="`cat config.json`" --dry-run=client -o yaml --save-config | kubectl apply -f - -n homea
|
Loading…
x
Reference in New Issue
Block a user