diff --git a/catalog-info.yaml b/catalog-info.yaml index ca14ec9b7f..5d62d960c8 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -1,11 +1,18 @@ +# Metadata for the backstage catalog accessible at this link: +# https://backstage.cdssandbox.xyz/ +--- apiVersion: backstage.io/v1alpha1 kind: Component metadata: - name: notification-api - description: GC Notify API | GC Notification API + name: notification-api-service + title: GC Notify API | GC Notification API + description: REST API service for GC Notification + annotations: + github.com/project-slug: cds-snc/notification-api labels: license: MIT spec: - type: website - lifecycle: experimental - owner: cds-snc + type: service + lifecycle: production + owner: group:cds-snc/notify-dev + system: gc-notification