bumping modem-stats

This commit is contained in:
Jeff Billimek 2019-05-15 18:19:16 -04:00
parent 04d3d1a520
commit bd982d0b67
2 changed files with 14 additions and 14 deletions

View File

@ -1,6 +1,6 @@
apiVersion: v1 apiVersion: v1
name: modem-stats name: modem-stats
version: 1.0.1 version: 1.0.2
appVersion: 1.0.0 appVersion: 1.0.0
description: periodic cable modem data collection and save the results to InfluxDB description: periodic cable modem data collection and save the results to InfluxDB
keywords: keywords:

View File

@ -20,15 +20,15 @@ resources: {}
nodeSelector: {} nodeSelector: {}
debug: false debug: false
config: config:
# how many seconds to wait between checks # how many seconds to wait between checks
delay: 3600 delay: 3600
influxdb: influxdb:
# host/port/database are mandatory - change as needed # host/port/database are mandatory - change as needed
host: influxdb-influxdb host: influxdb-influxdb
port: 8086 port: 8086
database: cable_modem_stats database: cable_modem_stats
# username: # username:
# password: # password:
ssl: false ssl: false
modem: modem:
url: http://192.168.100.1/RgConnect.asp url: http://192.168.100.1/RgConnect.asp