From 7447d54b61d46f64edca4c0b5194ea553dfd99c3 Mon Sep 17 00:00:00 2001 From: MartinSchuhmacher Date: Mon, 13 Nov 2023 14:28:44 +0100 Subject: [PATCH] add more common labels --- .../h5p-staticfiles-server-core/templates/deployment.yml.j2 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ansible/roles/h5p-staticfiles-server-core/templates/deployment.yml.j2 b/ansible/roles/h5p-staticfiles-server-core/templates/deployment.yml.j2 index 346723c..3f3244b 100644 --- a/ansible/roles/h5p-staticfiles-server-core/templates/deployment.yml.j2 +++ b/ansible/roles/h5p-staticfiles-server-core/templates/deployment.yml.j2 @@ -7,6 +7,9 @@ metadata: app: h5p-staticfiles-server app.kubernetes.io/part-of: schulcloud-verbund app.kubernetes.io/version: {{ H5P_STATICFILES_SERVER_IMAGE_TAG }} + app.kubernetes.io/name: h5p-staticfiles-server + app.kubernetes.io/component: h5p + app.kubernetes.io/managed-by: ansible git.branch: {{ H5P_STATICFILES_SERVER_BRANCH_NAME }} git.repo: {{ H5P_STATICFILES_SERVER_REPO_NAME }} spec: @@ -20,6 +23,9 @@ spec: app: h5p-staticfiles-server app.kubernetes.io/part-of: schulcloud-verbund app.kubernetes.io/version: {{ H5P_STATICFILES_SERVER_IMAGE_TAG }} + app.kubernetes.io/name: h5p-staticfiles-server + app.kubernetes.io/component: h5p + app.kubernetes.io/managed-by: ansible git.branch: {{ H5P_STATICFILES_SERVER_BRANCH_NAME }} git.repo: {{ H5P_STATICFILES_SERVER_REPO_NAME }} spec: