diff --git a/.bandwidth/catalog-info.yaml b/.bandwidth/catalog-info.yaml new file mode 100644 index 0000000..5dfcb00 --- /dev/null +++ b/.bandwidth/catalog-info.yaml @@ -0,0 +1,11 @@ +apiVersion: backstage.io/v1alpha1 +kind: Location +metadata: + schemaVersion: v1.0.0 + name: node-messaging-location + description: Links to additional entities in the node-messaging repository. + annotations: + github.com/project-slug: Bandwidth/node-messaging +spec: + targets: + - ./component.yaml diff --git a/.bandwidth/component.yaml b/.bandwidth/component.yaml new file mode 100644 index 0000000..8551410 --- /dev/null +++ b/.bandwidth/component.yaml @@ -0,0 +1,14 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + schemaVersion: v1.0.0 + name: node-messaging + description: Node SDK for Bandwidth Messaging + annotations: + github.com/project-slug: Bandwidth/node-messaging + organization: BW + costCenter: Development - Software Infra +spec: + type: Service + owner: github/band-swi + lifecycle: Available