Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 62 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: etcd-operator
title: TODO - Add a service title
description: TODO - Add a description for this component
tags:
- TODO add tags
annotations:
backstage.io/kubernetes-id: TODO
backstage.io/kubernetes-namespace: TODO
github.com/project-slug: 8x8/etcd-operator
pagerduty.com/service-id: TODO
sonarqube.org/project-key: com._8x8:TODO
grafana/dashboard-selector: TODO
grafana/alert-label-selector: 'component=TODO'
links:
- url: https://github.com/8x8/etcd-operator/actions
title: Github Actions Build
type: build
icon: dashboard
- url: TODO
title: Cloud8 Config
type: config
icon: github
- url: TODO
title: GDS deploy tool | GoCD pipeline
type: build
icon: catalog
- url: TODO
title: Sonar Project
type: dashboard
icon: dashboard
- url: TODO
title: Wiki
type: documentation
icon: docs
- url: TODO
title: Grafana
type: metrics
icon: dashboard
- url: TODO
title: Logs
type: logs
icon: dashboard
spec:
type: service # Options: service, library, website, etc.
lifecycle: non-production | production # TODO Options: experimental, production, deprecated
owner: TODO team name
system: TODO system name # Replace with your system name
# dependsOn:
# - component:default/other-component
# providesApis:
# - api-name
# ---
# kind: Resource
# metadata:
# name: TODO - database/service name
# description: TODO - resource description
# spec:
# type: TODO database/kafka
# owner: TODO team name