Skip to content

Commit

Permalink
chore: update cronjob.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tuusberg authored Dec 28, 2023
1 parent f650e51 commit 0acb21b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions test/cronjob.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: batch/v1
kind: CronJob
metadata:
name: cardinal-dea-updater
name: updater
spec:
concurrencyPolicy: Forbid
failedJobsHistoryLimit: 1
Expand All @@ -11,10 +11,9 @@ spec:
spec:
restartPolicy: Never
containers:
- name: dea-updater
image: quay.io/chronicled/dea-updater:6faf816
- name: updater
image: busybox:latest
imagePullPolicy: IfNotPresent

schedule: 0 10 * * *
successfulJobsHistoryLimit: 3
suspend: true
suspend: false

0 comments on commit 0acb21b

Please sign in to comment.