From f94cb9b3864565001f0deddbda2f7a8229230958 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Tue, 27 Aug 2024 01:51:22 -0400 Subject: [PATCH] chore(k8s): add labels to cronjob --- k8s/iabweb/cron.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/k8s/iabweb/cron.yaml b/k8s/iabweb/cron.yaml index ea5739ad..e4241586 100644 --- a/k8s/iabweb/cron.yaml +++ b/k8s/iabweb/cron.yaml @@ -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"