Skip to content

Commit

Permalink
fix: set am pushover ttl to 1d
Browse files Browse the repository at this point in the history
  • Loading branch information
onedr0p authored Jan 4, 2025
1 parent 62df021 commit fa8f5ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ spec:
title: >-
[{{ .Status | toUpper }}{{ if eq .Status "firing" }}:{{ .Alerts.Firing | len }}{{ end }}]
{{ .CommonLabels.alertname }}
ttl: 3600s
ttl: 86400s
token:
name: *secret
key: ALERTMANAGER_PUSHOVER_TOKEN
Expand Down

0 comments on commit fa8f5ec

Please sign in to comment.