Skip to content

Commit

Permalink
chore(k8s): add labels to cronjob
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed Aug 27, 2024
1 parent 5022ce6 commit f94cb9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions k8s/iabweb/cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ apiVersion: batch/v1
kind: CronJob
metadata:
name: iabwww-cron-weekly
labels:
app.kubernetes.io/name: cron-weekly
app.kubernetes.io/instance: iabwww-cron-weekly
app.kubernetes.io/component: cronjob
spec:
schedule: "30 0 * * 0" # "At 00:30 on Sunday."
timeZone: "Etc/UTC"
Expand Down

0 comments on commit f94cb9b

Please sign in to comment.