From 13ef6acd4bb15fc39c9b549365939c52c1d54bb2 Mon Sep 17 00:00:00 2001 From: MartinSchuhmacher Date: Mon, 13 Nov 2023 14:24:09 +0100 Subject: [PATCH] add more common labels --- .../schulcloud-calendar-core/templates/deployment.yml.j2 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ansible/roles/schulcloud-calendar-core/templates/deployment.yml.j2 b/ansible/roles/schulcloud-calendar-core/templates/deployment.yml.j2 index 1712e65..a24115b 100644 --- a/ansible/roles/schulcloud-calendar-core/templates/deployment.yml.j2 +++ b/ansible/roles/schulcloud-calendar-core/templates/deployment.yml.j2 @@ -7,6 +7,9 @@ metadata: app: calendar app.kubernetes.io/part-of: schulcloud-verbund app.kubernetes.io/version: {{ SCHULCLOUD_CALENDAR_IMAGE_TAG }} + app.kubernetes.io/name: calendar + app.kubernetes.io/component: calendar + app.kubernetes.io/managed-by: ansible git.branch: {{ SCHULCLOUD_CALENDAR_BRANCH_NAME }} git.repo: {{ SCHULCLOUD_CALENDAR_REPO_NAME }} spec: @@ -20,6 +23,9 @@ spec: app: calendar app.kubernetes.io/part-of: schulcloud-verbund app.kubernetes.io/version: {{ SCHULCLOUD_CALENDAR_IMAGE_TAG }} + app.kubernetes.io/name: calendar + app.kubernetes.io/component: calendar + app.kubernetes.io/managed-by: ansible git.branch: {{ SCHULCLOUD_CALENDAR_BRANCH_NAME }} git.repo: {{ SCHULCLOUD_CALENDAR_REPO_NAME }} spec: