firmitas: configure the cronjob to run once a month
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
parent
588dc2af21
commit
ce4a415eb0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue