From cbef534b5ce0889543f62bad7c95098c07b1ed30 Mon Sep 17 00:00:00 2001 From: Miles Mason Winther <42948872+mmwinther@users.noreply.github.com> Date: Mon, 9 Sep 2024 16:07:49 +0200 Subject: [PATCH] Add klass-forvaltning to backstage --- backstage.yaml | 32 +++++++++++++++++++++++++++----- 1 file changed, 27 insertions(+), 5 deletions(-) diff --git a/backstage.yaml b/backstage.yaml index 1997df5..a8ffdae 100644 --- a/backstage.yaml +++ b/backstage.yaml @@ -1,10 +1,10 @@ apiVersion: backstage.io/v1alpha1 kind: Component metadata: - name: klass - title: KLASS + name: Klass API + title: klass-api-service description: - Spring Boot applications that handles classifications for SSB. Klass provides a REST api that clients can use to read classifications, and a Vaadin frontend for maintaining classifications. + Spring Boot applications that handles classifications for SSB. Klass provides a REST api that clients can use to read classifications. tags: - dapla - metadata @@ -33,5 +33,27 @@ spec: lifecycle: production owner: dapla-metadata-developers system: metadata - definition: - $text: . \ No newline at end of file + definition: + $text: . +--- +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: Klass Forvaltning + title: klass-forvaltning + description: + A Vaadin frontend for maintaining classifications for Klass. + tags: + - dapla + - metadata + - java + - vaadin + - classification + - codelist + annotations: + github.com/project-slug: statisticsnorway/klass +spec: + type: website + owner: dapla-metadata-developers + lifecycle: production + system: metadata