Files
infrastructure/clusters/cl01tl/applications/audiobookshelf/templates/service-monitor.yaml
Alex Lebens 5b9210750a
All checks were successful
renovate / renovate (push) Successful in 2m1s
add apprise
2025-06-05 20:48:36 -05:00

20 lines
534 B
YAML

apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: audiobookshelf-apprise
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: audiobookshelf-apprise
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
endpoints:
- port: apprise
interval: 30s
scrapeTimeout: 15s
path: /metrics
selector:
matchLabels:
app.kubernetes.io/name: audiobookshelf
app.kubernetes.io/instance: {{ .Release.Name }}