* 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>
39 lines
675 B
YAML
39 lines
675 B
YAML
image:
|
|
repository: tccr.io/truecharts/uptime-kuma
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.18.5@sha256:91e6463b4bf4041a54f90f8ebe4095cd834e43f4f098c29b094b8dcc7ad12470
|
|
|
|
securityContext:
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
security:
|
|
PUID: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 3001
|
|
targetPort: 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: {}
|