mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-02 23:39:03 +00:00
fixing linting (#15)
* fixing linting * bumping chart version * fixing comment linting error * removing trailing spaces
This commit is contained in:
parent
49f5027b6b
commit
d708128847
@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: uptimerobot
|
||||
version: 1.1.2
|
||||
version: 1.1.3
|
||||
appVersion: 1.1.0
|
||||
description: A tool to get statistics from Uptime Robot and log it into InfluxDB
|
||||
keywords:
|
||||
|
@ -18,7 +18,8 @@ resources: {}
|
||||
# cpu: 100m
|
||||
# memory: 128Mi
|
||||
nodeSelector: {}
|
||||
delay: 300 # number of seconds to wait between collections
|
||||
# number of seconds to wait between collections
|
||||
delay: 300
|
||||
config:
|
||||
influxdb:
|
||||
# host/port/database are mandatory - change as needed
|
||||
@ -33,4 +34,3 @@ config:
|
||||
apikey: someapikey
|
||||
# logs_limit: 100
|
||||
# response_times_limit: 100
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user