Skip to content

Commit

Permalink
Add backstage file
Browse files Browse the repository at this point in the history
  • Loading branch information
montabot committed Mar 1, 2024
1 parent 1cb5662 commit 6270c8f
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
# Name of the project
name: x
description: ORY-specific go-libraries
# Specifies the directory of the docs
annotations:
backstage.io/techdocs-ref: dir:.

# TODO: Please set the service tier manually,
# See notion page for more info: https://www.notion.so/montaapp/Service-Tiers-035d974e192d496a962f409bc0808a53?pvs=4
labels:
tier: '3'

# These links are just examples, set them to what you think is the most relevant.
links:
# Slack channel to write in for communicating with the resposible team.
- title: Team Slack Channel
url: https://monta-app01.slack.com/archives/C04JANZMTQV # TODO: Please set manually
type: Slack
icon: chat
# Page in notion documenting the purpose and function of the service
- title: Notion
url:
https://www.notion.so/montaapp/Framework-Micronaut-2ae59cfc3a9c4261bb14e1194c80bd45?pvs=4 # TODO: Please set manually
type: Notion
icon: docs
# Link to the most relevant grafana dashboard, i recommend a "4 golden signals" dashboard
- url:
https://grafana.monta.app/d/e6faee93-c3b3-4b0d-a5e9-e236ee37903c/sre-monitor-1?orgId=1&refresh=1m # TODO: Please set manually
title: Grafana
icon: dashboard
type: metrics-dashboard

# The spec defines who becomes the owner of the system in backstage
spec:
type: undefined
# See lifecycle common values: https://backstage.io/docs/features/software-catalog/descriptor-format/#speclifecycle-required
lifecycle: undefined # TODO: Please set manually
# Name of the squad responsible for the project, e.g. sre or cpi
owner: Platform Services
# Name of the greater system, e.g. "solar" is a part of the home system
system: Platform

0 comments on commit 6270c8f

Please sign in to comment.