Skip to content

Commit 837bdea

Browse files
committed
fix(inactivity-notif): add cron to helm
1 parent 22c9384 commit 837bdea

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

helm/sim/values.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,15 @@ cronjobs:
661661
concurrencyPolicy: Forbid
662662
successfulJobsHistoryLimit: 3
663663
failedJobsHistoryLimit: 1
664-
664+
665+
inactivityAlertPoll:
666+
enabled: true
667+
name: inactivity-alert-poll
668+
schedule: "*/15 * * * *"
669+
path: "/api/notifications/poll"
670+
concurrencyPolicy: Forbid
671+
successfulJobsHistoryLimit: 3
672+
failedJobsHistoryLimit: 1
665673

666674
# Global CronJob settings
667675
image:

0 commit comments

Comments
 (0)