Skip to content

Commit

Permalink
woop
Browse files Browse the repository at this point in the history
  • Loading branch information
jalim committed Aug 26, 2024
1 parent 97ccbca commit 83e535b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions kubernetes/main/apps/default/actual/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,11 @@ spec:
up_sync:
type: cronjob
cronjob:
<<: *cronJobSpec
schedule: "@daily"
schedule: "@hourly"
timeZone: &timeZone Australia/Perth
concurrencyPolicy: Forbid
successfulJobsHistory: 1
failedJobsHistory: 1
containers:
main:
image:
Expand Down

0 comments on commit 83e535b

Please sign in to comment.