Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
fix(qbittorrent): silence cron false-positive alert
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgon committed Jan 23, 2024
1 parent a484071 commit 173628b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions kubernetes/apps/workers/qbittorrent/templates/silence.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
# yaml-language-server: $schema=https://deedee-ops.github.io/schemas/monitoring.giantswarm.io/silence_v1alpha1.json
apiVersion: monitoring.giantswarm.io/v1alpha1
kind: Silence
metadata:
name: kubernetes-cronjob-too-long
spec:
targetTags: []
matchers:
- name: alertname
value: KubernetesCronjobTooLong
isRegex: false
- name: cronjob
value: qbittorrent-orphaned
isRegex: false

0 comments on commit 173628b

Please sign in to comment.