mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 07:59:02 +00:00
commit
56d0d0228c
@ -1,6 +1,6 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
name: speedtest
|
name: speedtest
|
||||||
version: 1.1.0
|
version: 1.1.1
|
||||||
appVersion: 1.0.0
|
appVersion: 1.0.0
|
||||||
description: periodic speedtest and save the results to InfluxDB
|
description: periodic speedtest and save the results to InfluxDB
|
||||||
keywords:
|
keywords:
|
||||||
|
@ -20,16 +20,16 @@ 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: speedtests
|
database: speedtests
|
||||||
# username:
|
# username:
|
||||||
# password:
|
# password:
|
||||||
ssl: false
|
ssl: false
|
||||||
speedtest:
|
speedtest:
|
||||||
# Leave blank to auto pick server
|
# Leave blank to auto pick server
|
||||||
server:
|
server:
|
||||||
|
Loading…
Reference in New Issue
Block a user