2021-11-23 20:36:27 +00:00
image :
# -- image repository
2021-12-03 12:02:44 +00:00
repository : tccr.io/truecharts/prometheus-uptimerobot-exporter
2021-11-23 20:36:27 +00:00
# -- image tag
2021-12-03 14:07:49 +00:00
tag : v0.0.1@sha256:c73a86e73ab47e0974eb3d6bd6ce5834befe8363979a9da2b53922b630ec084a
2021-11-23 20:36:27 +00:00
# -- image pull policy
pullPolicy : IfNotPresent
# -- environment variables. See [application docs](https://github.com/lekpamartin/uptimerobot_exporter/blob/master/docker-compose.yml) for more details.
# @default -- See below
2021-12-11 12:49:05 +00:00
secret :
2021-11-23 20:36:27 +00:00
# -- Set the uptimerobot API key
UPTIMEROBOT_API_KEY : ""
2021-12-11 12:49:05 +00:00
env : {}
2021-11-24 23:10:04 +00:00
securityContext :
readOnlyRootFilesystem : false
2021-11-23 20:36:27 +00:00
# -- Configures service settings for the chart.
# @default -- See values.yaml
service :
main :
ports :
main :
enabled : false
metrics :
enabled : true
port : 9705
metrics :
# -- Enable and configure a Prometheus serviceMonitor for the chart under this key.
# @default -- See values.yaml
enabled : false
serviceMonitor :
interval : 1m
scrapeTimeout : 30s
labels : {}
# -- Enable and configure Prometheus Rules for the chart under this key.
# @default -- See values.yaml
prometheusRule :
enabled : false
labels : {}
# -- Configure additionial rules for the chart under this key.
# @default -- See prometheusrules.yaml
rules : [ ]
# - alert: UptimeRobotExporterAbsent
# annotations:
# description: Uptime Robot Exporter has disappeared from Prometheus service discovery.
# summary: Uptime Robot Exporter is down.
# expr: |
# absent(up{job=~".*uptimerobot.*"} == 1)
# for: 5m
# labels:
# severity: critical