Files
truecharts/charts/stable/uptime-kuma/values.yaml
T
f0203f696b fix(Uptime Kuma): Wrong metrics port (#6456)
* (fix) Uptime Kuma: Missing metrics port

* bump

* common annotations

* add some tidbits

* Update charts/stable/uptime-kuma/templates/_prometheusrules.tpl

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

* Update charts/stable/uptime-kuma/templates/_prometheusrules.tpl

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

* common

* common 2

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

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

* fix (Uptime Kuma): Prometheus rules

* bump

* fix(uptime kuma): metrics port wrong

* bump

* remove pod annotations

* link port with the listenting port

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-01-19 22:08:29 +01:00

57 lines
1.2 KiB
YAML

image:
repository: tccr.io/truecharts/uptime-kuma
pullPolicy: IfNotPresent
tag: 1.19.6@sha256:412f3b11565cca7bbbbde5fd00414796ddc879fda3973245514d61c4a9f077e3
securityContext:
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
security:
PUID: 0
env:
UPTIME_KUMA_PORT: "{{ .Values.service.main.ports.main.port }}"
service:
main:
ports:
main:
port: 3001
persistence:
config:
enabled: true
mountPath: "/app/data"
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: {}
prometheusRule:
enabled: false
labels: {}
# -- Configure additionial rules for the chart under this key.
# @default -- See prometheusrules.yaml
rules:
[]
# - alert: UnifiPollerAbsent
# annotations:
# description: Unifi Poller has disappeared from Prometheus service discovery.
# summary: Unifi Poller is down.
# expr: |
# absent(up{job=~".*unifi-poller.*"} == 1)
# for: 5m
# labels:
# severity: critical