From 7ec852c3859508e62d318855d3aaa0f2e2a1d4ab Mon Sep 17 00:00:00 2001 From: spham Date: Fri, 6 Jun 2025 10:02:16 +0200 Subject: [PATCH] Add catalog-info.yaml --- catalog-info.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..47c213b --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,24 @@ +--- +# Définition du système TDB +apiVersion: backstage.io/v1alpha1 +kind: System +metadata: + name: TDB + description: Système de Tableau de Bord +spec: + owner: guests +--- +# Composant laravel-app avec référence au système TDB +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: laravel-app + description: tableau de bord. + annotations: + 'gitlab-repo-res.apps.eul.sncf.fr/project-slug': dsir/tec/90651/autres/tdbl + backstage.io/techdocs-ref: dir:. +spec: + type: service + lifecycle: experimental + owner: guests + system: TDB \ No newline at end of file