firmitas: configure the cronjob to run once a month

Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
David Kirwan 2025-01-23 08:38:21 +00:00
parent 588dc2af21
commit ce4a415eb0
No known key found for this signature in database
GPG key ID: A5893AB6474AC37D

View file

@ -5,7 +5,7 @@ metadata:
name: "{{firmitas_application_name}}"
namespace: "{{firmitas_namespace}}"
spec:
schedule: "*/2 * * * *"
schedule: "0 0 1 * *"
timeZone: Etc/UTC
concurrencyPolicy: "Forbid"
startingDeadlineSeconds: 200