feat(uptimekuma): create servicemonitor for uptimekuma (#4334)

* create servicemonitor for uptimekuma

Signed-off-by: Keith Cirkel <keithamus@users.noreply.github.com>

* add default values for servicemonitor to uptime-kuma

Signed-off-by: Keith Cirkel <keithamus@users.noreply.github.com>

* minor bump uptime-kuma chart

Signed-off-by: Keith Cirkel <keithamus@users.noreply.github.com>

* add metrics questions to uptime-kuma

Signed-off-by: Keith Cirkel <keithamus@users.noreply.github.com>

* Update charts/stable/uptime-kuma/Chart.yaml

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* Update charts/stable/uptime-kuma/templates/servicemonitor.yaml

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

Signed-off-by: Keith Cirkel <keithamus@users.noreply.github.com>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
Keith Cirkel
2022-11-08 15:28:17 +01:00
committed by GitHub
co-authored by Stavros Kois Kjeld Schouten-Lebbing
parent 990f452b6a
commit 2b9c91fa30
4 changed files with 37 additions and 1 deletions
+9
View File
@@ -27,3 +27,12 @@ persistence:
portal:
enabled: true
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: {}