traefik: fix prometheusrule

This commit is contained in:
2025-11-24 22:39:00 -05:00
parent 624c5c7a8c
commit b0fb79f7ea

View File

@@ -24,6 +24,16 @@ traefik:
enabled: true
prometheusRule:
enabled: true
rules:
- alert: TraefikDown
expr: up{job="traefik"} == 0
for: 5m
labels:
context: traefik
severity: warning
annotations:
summary: "Traefik Down"
description: "{{ $labels.pod }} on {{ $labels.nodename }} is down"
deployment:
kind: DaemonSet
additionalContainers: