From 6d0812aed2f7a46dfb2b6b362dd3e37687f50406 Mon Sep 17 00:00:00 2001 From: Lou Bichard Date: Mon, 24 Nov 2025 16:15:20 +0000 Subject: [PATCH] Add Backstage catalog file for backend component Co-authored-by: Ona --- backend/backstage.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 backend/backstage.yml diff --git a/backend/backstage.yml b/backend/backstage.yml new file mode 100644 index 0000000..30585f5 --- /dev/null +++ b/backend/backstage.yml @@ -0,0 +1,16 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: backend + description: Backend services for Gitpod Flix streaming platform + tags: + - backend + - services + annotations: + github.com/project-slug: gitpod-samples/gitpodflix-demo +spec: + type: service + lifecycle: production + owner: team-platform + system: gitpodflix + subcomponentOf: gitpodflix