Skip to content

Commit 00a9e84

Browse files
Add catalog info (#573)
* Create catalog-info.yaml * docs(catalog-info): updated metadata --------- Co-authored-by: Lucas Oliveira <ola.lucassilva@gmail.com>
1 parent b17a502 commit 00a9e84

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

catalog-info.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
apiVersion: backstage.io/v1alpha1
2+
kind: Component # Alterar para 'Component', 'API' ou 'Resource'
3+
metadata:
4+
name: searchops
5+
description: Biblioteca Elasticsearch/OpenSearch
6+
annotations:
7+
github.com/project-slug: gupy-io/searchops
8+
backstage.io/techdocs-ref: dir:.
9+
spec:
10+
type: library # Alterar para 'service', 'website' ou 'library'
11+
owner: engenharia # Confome nome no GitHub ('qualificacao', 'vagas', 'candidates', por exemplo)
12+
lifecycle: production # Alterar para 'experimental', 'production' ou 'deprecated'

0 commit comments

Comments
 (0)