Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.

Catalog Ortelius Microservices into backstage for testing #153

Open
bradmccoydev opened this issue May 28, 2023 · 0 comments
Open

Catalog Ortelius Microservices into backstage for testing #153

bradmccoydev opened this issue May 28, 2023 · 0 comments
Assignees

Comments

@bradmccoydev
Copy link
Member

As we are building an integration for Ortelius to sit inside backstage. We need some test data. Lets catalog Ortelius microservices in there so that others can understand the hierarchy of components etc.

Simply copy and paste the Ortelius docs example in this file https://github.com/ortelius/backstage/blob/main/catalog-info.yaml and then you are away. make sure PR is merged and then backstage runs a scheduler to 'import' this component

Components look like this on a basic level:

apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
  name: ortelius-docs
  description: Ortelius Docs
  annotations:
    backstage.io/kubernetes-id: ortelius-docs
    github.com/project-slug: ortelius/ortelius-docs
    github.com/project-readme-path: README.md
  tags:
    - platform
  links:
    - url: https://docs.ortelius.io/
      title: Docs
      icon: dashboard
      type: admin-dashboard
spec:
  type: service
  owner: user:guest
  lifecycle: production
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants