From 81ed9715501f8c0acb0d8d329266ebd1e0f32255 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Fri, 24 Jan 2025 16:46:12 +0100 Subject: [PATCH] feat(k8s): add labels to dancefetcher CronJob deployment Adds metadata labels for the dancefetcher CronJob to enhance identification and organization within Kubernetes. This change improves clarity and alignment with best practices for Kubernetes resource management. --- k8s/deploy.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/k8s/deploy.yaml b/k8s/deploy.yaml index 3ee727e..fff2cc0 100644 --- a/k8s/deploy.yaml +++ b/k8s/deploy.yaml @@ -1,6 +1,8 @@ apiVersion: batch/v1 kind: CronJob metadata: + labels: + app.kubernetes.io/name: dancefetcher name: dancefetcher spec: schedule: '0 0 * * *'